Html Css Color HEX #DE4229 Cinnabar

📋 copy color: '#DE4229'

red 222 ◦ green 66 ◦ blue 41

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

Shades of Cinnabar #DE4229

Tints of Cinnabar #DE4229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

 BLUE value IS 41 (16.41% from 255) = 12.46%

R = 67.48%
G = 20.06%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4229 (or 0xDE4229) is known color: Cinnabar. HEX triplet: DE, 42 and 29. RGB value is (222,66,41). Sum of RGB (Red+Green+Blue) = 222+66+41=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4229 is #21BDD6. Grayscale: #6E6E6E. Windows color (decimal): -2211287 or 2704094. OLE color: 2704094.

HSL color Cylindrical-coordinate representation of color #DE4229: hue angle of 8.29º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE4229 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 66 41 -
CMYK 0 0.70 0.82 0.13
HSL 8.29º 0.73% 0.52% -
HSV(B) 8.29º 0.82% 0.87% -
XYZ 32.47 19.59 4.17 -
YUV 109.79 89.18 208.03 -
System Red Green Blue C M Y K H S L
Decimal 222 66 41 0 0.70 0.82 0.13 8.29 0.73 0.52
Hex DE 42 29 0 46 52 D 8 49 34
Octal 336 102 51 0 106 122 15 10 111 64
Binary 11011110 1000010 101001 0 1000110 1010010 1101 1000 1001001 110100

Color Harmonies of #DE4229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4229

Black with #DE4229

Text Example


Text Example

White with #DE4229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4229; }

 p { color: rgb(222,66,41); }

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

background-color css

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

 a { background-color: rgb(222,66,41); }

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

border-color css

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

 span { border-color: rgb(222,66,41); }

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