#D23E28

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

Shades of Persian Red #D23E28

Tints of Persian Red #D23E28

Color information

#D23E28 (or 0xD23E28) is unknown color: approx Persian Red. HEX triplet: D2, 3E and 28. RGB value is (210,62,40). Sum of RGB (Red+Green+Blue) = 210+62+40=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E28 is #2DC1D7. Grayscale: #676767. Windows color (decimal): -2998744 or 2637522. OLE color: 2637522.

HSL color Cylindrical-coordinate representation of color #D23E28: hue angle of 7.76º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D23E28 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB2106240-
CMYK00.700.810.18
HSL7.76º68%49.02%-
HSV(B)7.76º80.95%82.35%-
XYZ28.6817.33.83-
YUV103.7492.03203.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.31%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=67.31%
G=19.87%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210624000.700.810.187.766849.02
HexD23E28046511284431
Octal32276500106121221010461
Binary110100101111101010000100011010100011001010001000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23E28; }

 p { color: rgb(210,62,40); }

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

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

 a { background-color: rgb(210,62,40); }

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

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

 span { border-color: rgb(210,62,40); }

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