Html Css Color HEX #DE3124 Cinnabar

📋 copy color: '#DE3124'

red 222 ◦ green 49 ◦ blue 36

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

Shades of Cinnabar #DE3124

Tints of Cinnabar #DE3124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 72.31%
G = 15.96%
B = 11.73%

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

#DE3124 (or 0xDE3124) is known color: Cinnabar. HEX triplet: DE, 31 and 24. RGB value is (222,49,36). Sum of RGB (Red+Green+Blue) = 222+49+36=307 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.31% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3124 is #21CEDB. Grayscale: #636363. Windows color (decimal): -2215644 or 2372062. OLE color: 2372062.

HSL color Cylindrical-coordinate representation of color #DE3124: hue angle of 4.19º 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 #DE3124 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 49 36 -
CMYK 0 0.78 0.84 0.13
HSL 4.19º 0.74% 0.51% -
HSV(B) 4.19º 0.84% 0.87% -
XYZ 31.54 17.85 3.45 -
YUV 99.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 222 49 36 0 0.78 0.84 0.13 4.19 0.74 0.51
Hex DE 31 24 0 4E 54 D 4 4A 33
Octal 336 61 44 0 116 124 15 4 112 63
Binary 11011110 110001 100100 0 1001110 1010100 1101 100 1001010 110011

Color Harmonies of #DE3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3124

Black with #DE3124

Text Example


Text Example

White with #DE3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3124; }

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

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

background-color css

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

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

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

border-color css

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

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

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