#D23636

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

Shades of Persian Red #D23636

Tints of Persian Red #D23636

Color information

#D23636 (or 0xD23636) is unknown color: approx Persian Red. HEX triplet: D2, 36 and 36. RGB value is (210,54,54). Sum of RGB (Red+Green+Blue) = 210+54+54=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D23636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23636 is #2DC9C9. Grayscale: #646464. Windows color (decimal): -3000778 or 3552978. OLE color: 3552978.

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

Color convert

RGB2105454-
CMYK00.740.740.18
HSL63.41%51.76%-
HSV(B)74.29%82.35%-
XYZ28.5616.615.19-
YUV100.64101.68206-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.04%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=66.04%
G=16.98%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210545400.740.740.18063.4151.76
HexD2363604A4A1203f34
Octal322666601121122207764
Binary11010010110110110110010010101001010100100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23636; }

 p { color: rgb(210,54,54); }

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

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

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

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

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

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

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