Html Css Color HEX #DE4A1E Cinnabar

📋 copy color: '#DE4A1E'

red 222 ◦ green 74 ◦ blue 30

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

Shades of Cinnabar #DE4A1E

Tints of Cinnabar #DE4A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.7%

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

R = 68.1%
G = 22.7%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE4A1E (or 0xDE4A1E) is known color: Cinnabar. HEX triplet: DE, 4A and 1E. RGB value is (222,74,30). Sum of RGB (Red+Green+Blue) = 222+74+30=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4A1E is #21B5E1. Grayscale: #717171. Windows color (decimal): -2209250 or 1985246. OLE color: 1985246.

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

Color convert

RGB 222 74 30 -
CMYK 0 0.67 0.86 0.13
HSL 13.75º 0.76% 0.49% -
HSV(B) 13.75º 0.86% 0.87% -
XYZ 32.81 20.52 3.46 -
YUV 113.24 81.03 205.58 -
System Red Green Blue C M Y K H S L
Decimal 222 74 30 0 0.67 0.86 0.13 13.75 0.76 0.49
Hex DE 4A 1E 0 43 56 D E 4C 31
Octal 336 112 36 0 103 126 15 16 114 61
Binary 11011110 1001010 11110 0 1000011 1010110 1101 1110 1001100 110001

Color Harmonies of #DE4A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4A1E

Black with #DE4A1E

Text Example


Text Example

White with #DE4A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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