Html Css Color HEX #DE4E1B Cinnabar

📋 copy color: '#DE4E1B'

red 222 ◦ green 78 ◦ blue 27

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

Shades of Cinnabar #DE4E1B

Tints of Cinnabar #DE4E1B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.85%

 BLUE value IS 27 (10.94% from 255) = 8.26%

R = 67.89%
G = 23.85%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE4E1B (or 0xDE4E1B) is known color: Cinnabar. HEX triplet: DE, 4E and 1B. RGB value is (222,78,27). Sum of RGB (Red+Green+Blue) = 222+78+27=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4E1B is #21B1E4. Grayscale: #737373. Windows color (decimal): -2208229 or 1789662. OLE color: 1789662.

HSL color Cylindrical-coordinate representation of color #DE4E1B: hue angle of 15.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE4E1B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 78 27 -
CMYK 0 0.65 0.88 0.13
HSL 15.69º 0.78% 0.49% -
HSV(B) 15.69º 0.88% 0.87% -
XYZ 33.05 21.06 3.36 -
YUV 115.24 78.21 204.15 -
System Red Green Blue C M Y K H S L
Decimal 222 78 27 0 0.65 0.88 0.13 15.69 0.78 0.49
Hex DE 4E 1B 0 41 58 D 10 4E 31
Octal 336 116 33 0 101 130 15 20 116 61
Binary 11011110 1001110 11011 0 1000001 1011000 1101 10000 1001110 110001

Color Harmonies of #DE4E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4E1B

Black with #DE4E1B

Text Example


Text Example

White with #DE4E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4E1B; }

 p { color: rgb(222,78,27); }

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

background-color css

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

 a { background-color: rgb(222,78,27); }

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

border-color css

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

 span { border-color: rgb(222,78,27); }

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