Html Css Color HEX #DE4228 Cinnabar

📋 copy color: '#DE4228'

red 222 ◦ green 66 ◦ blue 40

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

Shades of Cinnabar #DE4228

Tints of Cinnabar #DE4228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 67.68%
G = 20.12%
B = 12.2%

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

#DE4228 (or 0xDE4228) is known color: Cinnabar. HEX triplet: DE, 42 and 28. RGB value is (222,66,40). Sum of RGB (Red+Green+Blue) = 222+66+40=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4228 is #21BDD7. Grayscale: #6D6D6D. Windows color (decimal): -2211288 or 2638558. OLE color: 2638558.

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

Color convert

RGB 222 66 40 -
CMYK 0 0.70 0.82 0.13
HSL 8.57º 0.73% 0.51% -
HSV(B) 8.57º 0.82% 0.87% -
XYZ 32.46 19.58 4.08 -
YUV 109.68 88.68 208.11 -
System Red Green Blue C M Y K H S L
Decimal 222 66 40 0 0.70 0.82 0.13 8.57 0.73 0.51
Hex DE 42 28 0 46 52 D 9 49 33
Octal 336 102 50 0 106 122 15 11 111 63
Binary 11011110 1000010 101000 0 1000110 1010010 1101 1001 1001001 110011

Color Harmonies of #DE4228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4228

Black with #DE4228

Text Example


Text Example

White with #DE4228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4228; }

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

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

background-color css

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

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

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

border-color css

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

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

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