Html Css Color HEX #D24033 Persian Red

📋 copy color: '#D24033'

red 210 ◦ green 64 ◦ blue 51

#D24033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #D24033

Tints of Persian Red #D24033

RGB

 RED value IS 210 (82.42% from 255) = 64.62%

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 51 (20.31% from 255) = 15.69%

R = 64.62%
G = 19.69%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D24033 (or 0xD24033) is known color: Persian Red. HEX triplet: D2, 40 and 33. RGB value is (210,64,51). Sum of RGB (Red+Green+Blue) = 210+64+51=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D24033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24033 is #2DBFCC. Grayscale: #6A6A6A. Windows color (decimal): -2998221 or 3358930. OLE color: 3358930.

HSL color Cylindrical-coordinate representation of color #D24033: hue angle of 4.91º 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 #D24033 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 51 -
CMYK 0 0.70 0.76 0.18
HSL 4.91º 0.64% 0.51% -
HSV(B) 4.91º 0.76% 0.82% -
XYZ 29.01 17.61 5 -
YUV 106.17 96.87 202.06 -
System Red Green Blue C M Y K H S L
Decimal 210 64 51 0 0.70 0.76 0.18 4.91 0.64 0.51
Hex D2 40 33 0 46 4C 12 5 40 33
Octal 322 100 63 0 106 114 22 5 100 63
Binary 11010010 1000000 110011 0 1000110 1001100 10010 101 1000000 110011

Color Harmonies of #D24033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24033

Black with #D24033

Text Example


Text Example

White with #D24033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24033; }

 p { color: rgb(210,64,51); }

 H1.HeaderClassName
 {
   color: #D24033;
 }
 .AnyTagClassName
 {
   color: #D24033;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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