Html Css Color HEX #DE4D1F Cinnabar

📋 copy color: '#DE4D1F'

red 222 ◦ green 77 ◦ blue 31

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

Shades of Cinnabar #DE4D1F

Tints of Cinnabar #DE4D1F

RGB

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

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

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

R = 67.27%
G = 23.33%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE4D1F (or 0xDE4D1F) is known color: Cinnabar. HEX triplet: DE, 4D and 1F. RGB value is (222,77,31). Sum of RGB (Red+Green+Blue) = 222+77+31=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D1F is #21B2E0. Grayscale: #737373. Windows color (decimal): -2208481 or 2051550. OLE color: 2051550.

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

Color convert

RGB 222 77 31 -
CMYK 0 0.65 0.86 0.13
HSL 14.45º 0.75% 0.5% -
HSV(B) 14.45º 0.86% 0.87% -
XYZ 33.03 20.94 3.6 -
YUV 115.11 80.54 204.24 -
System Red Green Blue C M Y K H S L
Decimal 222 77 31 0 0.65 0.86 0.13 14.45 0.75 0.5
Hex DE 4D 1F 0 41 56 D E 4B 32
Octal 336 115 37 0 101 126 15 16 113 62
Binary 11011110 1001101 11111 0 1000001 1010110 1101 1110 1001011 110010

Color Harmonies of #DE4D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D1F

Black with #DE4D1F

Text Example


Text Example

White with #DE4D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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