#d23532

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

Shades of Persian Red #D23532

Tints of Persian Red #D23532

Color information

#D23532 (or 0xD23532) is unknown color: approx Persian Red. HEX triplet: D2, 35 and 32. RGB value is (210,53,50). Sum of RGB (Red+Green+Blue) = 210+53+50=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23532 is #2DCACD. Grayscale: #636363. Windows color (decimal): -3001038 or 3290578. OLE color: 3290578.

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

Color convert

RGB2105350-
CMYK00.750.760.18
HSL1.13º64%50.98%-
HSV(B)1.13º76.19%82.35%-
XYZ28.4316.484.7-
YUV99.6100.01206.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.09%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=67.09%
G=16.93%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210535000.750.760.181.136450.98
HexD2353204B4C1214033
Octal3226562011311422110063
Binary110100101101011100100100101110011001001011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d23532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d23532; }

 p { color: rgb(210,53,50); }

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

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

 a { background-color: rgb(210,53,50); }

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

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

 span { border-color: rgb(210,53,50); }

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