Html Css Color HEX #DE471E Cinnabar

📋 copy color: '#DE471E'

red 222 ◦ green 71 ◦ blue 30

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

Shades of Cinnabar #DE471E

Tints of Cinnabar #DE471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

 BLUE value IS 30 (12.11% from 255) = 9.29%

R = 68.73%
G = 21.98%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE471E (or 0xDE471E) is known color: Cinnabar. HEX triplet: DE, 47 and 1E. RGB value is (222,71,30). Sum of RGB (Red+Green+Blue) = 222+71+30=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE471E is #21B8E1. Grayscale: #6F6F6F. Windows color (decimal): -2210018 or 1984478. OLE color: 1984478.

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

Color convert

RGB 222 71 30 -
CMYK 0 0.68 0.86 0.13
HSL 12.81º 0.76% 0.49% -
HSV(B) 12.81º 0.86% 0.87% -
XYZ 32.61 20.13 3.39 -
YUV 111.48 82.03 206.83 -
System Red Green Blue C M Y K H S L
Decimal 222 71 30 0 0.68 0.86 0.13 12.81 0.76 0.49
Hex DE 47 1E 0 44 56 D D 4C 31
Octal 336 107 36 0 104 126 15 15 114 61
Binary 11011110 1000111 11110 0 1000100 1010110 1101 1101 1001100 110001

Color Harmonies of #DE471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE471E

Black with #DE471E

Text Example


Text Example

White with #DE471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE471E; }

 p { color: rgb(222,71,30); }

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

background-color css

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

 a { background-color: rgb(222,71,30); }

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

border-color css

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

 span { border-color: rgb(222,71,30); }

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