#D52B27

Color #D52B27 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #D52B27

Tints of Persian Red #D52B27

Color information

#D52B27 (or 0xD52B27) is unknown color: approx Persian Red. HEX triplet: D5, 2B and 27. RGB value is (213,43,39). Sum of RGB (Red+Green+Blue) = 213+43+39=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B27 is #2AD4D8. Grayscale: #5D5D5D. Windows color (decimal): -2807001 or 2567125. OLE color: 2567125.

HSL color Cylindrical-coordinate representation of color #D52B27: hue angle of 1.38º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52B27 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB2134339-
CMYK00.800.820.16
HSL1.38º69.05%49.41%-
HSV(B)1.38º81.69%83.53%-
XYZ28.6716.023.5-
YUV93.3797.32213.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 72.20%
GREEN value IS 43 (17.19% from 255) = 14.58%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=72.20%
G=14.58%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213433900.800.820.161.3869.0549.41
HexD52B27050521014531
Octal3255347012012220110561
Binary110101011010111001110101000010100101000011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52B27; }

 p { color: rgb(213,43,39); }

 H1.HeaderClassName
 {
   color: #D52B27;
 }
 .AnyTagClassName
 {
   color: #D52B27;
 }
</style>
background-color css

<style>
 a { background-color: #D52B27; }

 a { background-color: rgb(213,43,39); }

 div.DivClassName
 {
   background-color: #D52B27;
 }
 .BgClassName
 {
   background-color: #D52B27;
 }
</style>
border-color css

<style>
 span { border-color: #D52B27; }

 span { border-color: rgb(213,43,39); }

 td.TdClassName
 {
   border-color: #D52B27;
 }
 .TagClassName
 {
   border-color: #D52B27;
 }
</style>