Html Css Color HEX #D24031 Persian Red

📋 copy color: '#D24031'

red 210 ◦ green 64 ◦ blue 49

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

Shades of Persian Red #D24031

Tints of Persian Red #D24031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.17%

R = 65.02%
G = 19.81%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D24031 (or 0xD24031) is known color: Persian Red. HEX triplet: D2, 40 and 31. RGB value is (210,64,49). Sum of RGB (Red+Green+Blue) = 210+64+49=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D24031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24031 is #2DBFCE. Grayscale: #6A6A6A. Windows color (decimal): -2998223 or 3227858. OLE color: 3227858.

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

Color convert

RGB 210 64 49 -
CMYK 0 0.70 0.77 0.18
HSL 5.59º 0.64% 0.51% -
HSV(B) 5.59º 0.77% 0.82% -
XYZ 28.97 17.59 4.77 -
YUV 105.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 210 64 49 0 0.70 0.77 0.18 5.59 0.64 0.51
Hex D2 40 31 0 46 4D 12 6 40 33
Octal 322 100 61 0 106 115 22 6 100 63
Binary 11010010 1000000 110001 0 1000110 1001101 10010 110 1000000 110011

Color Harmonies of #D24031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24031

Black with #D24031

Text Example


Text Example

White with #D24031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24031; }

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

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

background-color css

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

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

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

border-color css

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

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

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