Html Css Color HEX #DE4C1F Cinnabar

📋 copy color: '#DE4C1F'

red 222 ◦ green 76 ◦ blue 31

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

Shades of Cinnabar #DE4C1F

Tints of Cinnabar #DE4C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.1%

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 67.48%
G = 23.1%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE4C1F (or 0xDE4C1F) is known color: Cinnabar. HEX triplet: DE, 4C and 1F. RGB value is (222,76,31). Sum of RGB (Red+Green+Blue) = 222+76+31=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C1F is #21B3E0. Grayscale: #727272. Windows color (decimal): -2208737 or 2051294. OLE color: 2051294.

HSL color Cylindrical-coordinate representation of color #DE4C1F: hue angle of 14.14º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE4C1F is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 76 31 -
CMYK 0 0.66 0.86 0.13
HSL 14.14º 0.75% 0.5% -
HSV(B) 14.14º 0.86% 0.87% -
XYZ 32.96 20.8 3.57 -
YUV 114.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 222 76 31 0 0.66 0.86 0.13 14.14 0.75 0.5
Hex DE 4C 1F 0 42 56 D E 4B 32
Octal 336 114 37 0 102 126 15 16 113 62
Binary 11011110 1001100 11111 0 1000010 1010110 1101 1110 1001011 110010

Color Harmonies of #DE4C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4C1F

Black with #DE4C1F

Text Example


Text Example

White with #DE4C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4C1F; }

 p { color: rgb(222,76,31); }

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

background-color css

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

 a { background-color: rgb(222,76,31); }

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

border-color css

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

 span { border-color: rgb(222,76,31); }

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