#D23431

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

Shades of Persian Red #D23431

Tints of Persian Red #D23431

Color information

#D23431 (or 0xD23431) is unknown color: approx Persian Red. HEX triplet: D2, 34 and 31. RGB value is (210,52,49). Sum of RGB (Red+Green+Blue) = 210+52+49=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D23431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23431 is #2DCBCE. Grayscale: #636363. Windows color (decimal): -3001295 or 3224786. OLE color: 3224786.

HSL color Cylindrical-coordinate representation of color #D23431: hue angle of 1.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23431 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB2105249-
CMYK00.750.770.18
HSL1.12º64.14%50.78%-
HSV(B)1.12º76.67%82.35%-
XYZ28.3616.384.57-
YUV98.999.85207.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.52%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 49 (19.53% from 255) = 15.76%
R=67.52%
G=16.72%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210524900.750.770.181.1264.1450.78
HexD2343104B4D1214033
Octal3226461011311522110063
Binary110100101101001100010100101110011011001011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23431; }

 p { color: rgb(210,52,49); }

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

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

 a { background-color: rgb(210,52,49); }

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

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

 span { border-color: rgb(210,52,49); }

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