Html Css Color HEX #DE4D1B Cinnabar

📋 copy color: '#DE4D1B'

red 222 ◦ green 77 ◦ blue 27

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

Shades of Cinnabar #DE4D1B

Tints of Cinnabar #DE4D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

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

R = 68.1%
G = 23.62%
B = 8.28%

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

#DE4D1B (or 0xDE4D1B) is known color: Cinnabar. HEX triplet: DE, 4D and 1B. RGB value is (222,77,27). Sum of RGB (Red+Green+Blue) = 222+77+27=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D1B is #21B2E4. Grayscale: #737373. Windows color (decimal): -2208485 or 1789406. OLE color: 1789406.

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

Color convert

RGB 222 77 27 -
CMYK 0 0.65 0.88 0.13
HSL 15.38º 0.78% 0.49% -
HSV(B) 15.38º 0.88% 0.87% -
XYZ 32.98 20.92 3.34 -
YUV 114.66 78.54 204.57 -
System Red Green Blue C M Y K H S L
Decimal 222 77 27 0 0.65 0.88 0.13 15.38 0.78 0.49
Hex DE 4D 1B 0 41 58 D F 4E 31
Octal 336 115 33 0 101 130 15 17 116 61
Binary 11011110 1001101 11011 0 1000001 1011000 1101 1111 1001110 110001

Color Harmonies of #DE4D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D1B

Black with #DE4D1B

Text Example


Text Example

White with #DE4D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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