Html Css Color HEX #DE4928 Cinnabar

📋 copy color: '#DE4928'

red 222 ◦ green 73 ◦ blue 40

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

Shades of Cinnabar #DE4928

Tints of Cinnabar #DE4928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

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

R = 66.27%
G = 21.79%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4928 (or 0xDE4928) is known color: Cinnabar. HEX triplet: DE, 49 and 28. RGB value is (222,73,40). Sum of RGB (Red+Green+Blue) = 222+73+40=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4928 is #21B6D7. Grayscale: #727272. Windows color (decimal): -2209496 or 2640350. OLE color: 2640350.

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

Color convert

RGB 222 73 40 -
CMYK 0 0.67 0.82 0.13
HSL 10.88º 0.73% 0.51% -
HSV(B) 10.88º 0.82% 0.87% -
XYZ 32.89 20.45 4.22 -
YUV 113.79 86.36 205.18 -
System Red Green Blue C M Y K H S L
Decimal 222 73 40 0 0.67 0.82 0.13 10.88 0.73 0.51
Hex DE 49 28 0 43 52 D B 49 33
Octal 336 111 50 0 103 122 15 13 111 63
Binary 11011110 1001001 101000 0 1000011 1010010 1101 1011 1001001 110011

Color Harmonies of #DE4928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4928

Black with #DE4928

Text Example


Text Example

White with #DE4928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4928; }

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

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

background-color css

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

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

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

border-color css

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

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

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