#D2423B

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

Shades of Persian Red #D2423B

Tints of Persian Red #D2423B

Color information

#D2423B (or 0xD2423B) is unknown color: approx Persian Red. HEX triplet: D2, 42 and 3B. RGB value is (210,66,59). Sum of RGB (Red+Green+Blue) = 210+66+59=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2423B is #2DBDC4. Grayscale: #6C6C6C. Windows color (decimal): -2997701 or 3883730. OLE color: 3883730.

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

Color convert

RGB2106659-
CMYK00.690.720.18
HSL2.78º62.66%52.75%-
HSV(B)2.78º71.9%82.35%-
XYZ29.3217.916.05-
YUV108.26100.21200.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.69%
GREEN value IS 66 (26.17% from 255) = 19.70%
BLUE value IS 59 (23.44% from 255) = 17.61%
R=62.69%
G=19.70%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210665900.690.720.182.7862.6652.75
HexD2423B045481233f35
Octal3221027301051102237765
Binary1101001010000101110110100010110010001001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2423B; }

 p { color: rgb(210,66,59); }

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

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

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

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

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

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

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