Html Css Color HEX #DE3024 Persian Red

📋 copy color: '#DE3024'

red 222 ◦ green 48 ◦ blue 36

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

Shades of Persian Red #DE3024

Tints of Persian Red #DE3024

RGB

 RED value IS 222 (87.11% from 255) = 72.55%

 GREEN value IS 48 (19.14% from 255) = 15.69%

 BLUE value IS 36 (14.45% from 255) = 11.76%

R = 72.55%
G = 15.69%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE3024 (or 0xDE3024) is known color: Persian Red. HEX triplet: DE, 30 and 24. RGB value is (222,48,36). Sum of RGB (Red+Green+Blue) = 222+48+36=306 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.55% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3024 is #21CFDB. Grayscale: #626262. Windows color (decimal): -2215900 or 2371806. OLE color: 2371806.

HSL color Cylindrical-coordinate representation of color #DE3024: hue angle of 3.87º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE3024 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 48 36 -
CMYK 0 0.78 0.84 0.13
HSL 3.87º 0.74% 0.51% -
HSV(B) 3.87º 0.84% 0.87% -
XYZ 31.5 17.77 3.44 -
YUV 98.66 92.65 215.98 -
System Red Green Blue C M Y K H S L
Decimal 222 48 36 0 0.78 0.84 0.13 3.87 0.74 0.51
Hex DE 30 24 0 4E 54 D 4 4A 33
Octal 336 60 44 0 116 124 15 4 112 63
Binary 11011110 110000 100100 0 1001110 1010100 1101 100 1001010 110011

Color Harmonies of #DE3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3024

Black with #DE3024

Text Example


Text Example

White with #DE3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3024; }

 p { color: rgb(222,48,36); }

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

background-color css

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

 a { background-color: rgb(222,48,36); }

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

border-color css

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

 span { border-color: rgb(222,48,36); }

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