Html Css Color HEX #DE4828 Cinnabar

📋 copy color: '#DE4828'

red 222 ◦ green 72 ◦ blue 40

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

Shades of Cinnabar #DE4828

Tints of Cinnabar #DE4828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

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

R = 66.47%
G = 21.56%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4828 (or 0xDE4828) is known color: Cinnabar. HEX triplet: DE, 48 and 28. RGB value is (222,72,40). Sum of RGB (Red+Green+Blue) = 222+72+40=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4828 is #21B7D7. Grayscale: #717171. Windows color (decimal): -2209752 or 2640094. OLE color: 2640094.

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

Color convert

RGB 222 72 40 -
CMYK 0 0.68 0.82 0.13
HSL 10.55º 0.73% 0.51% -
HSV(B) 10.55º 0.82% 0.87% -
XYZ 32.82 20.32 4.2 -
YUV 113.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 222 72 40 0 0.68 0.82 0.13 10.55 0.73 0.51
Hex DE 48 28 0 44 52 D B 49 33
Octal 336 110 50 0 104 122 15 13 111 63
Binary 11011110 1001000 101000 0 1000100 1010010 1101 1011 1001001 110011

Color Harmonies of #DE4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4828

Black with #DE4828

Text Example


Text Example

White with #DE4828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4828; }

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

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

background-color css

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

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

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

border-color css

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

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

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