Html Css Color HEX #DE3A1E Cinnabar

📋 copy color: '#DE3A1E'

red 222 ◦ green 58 ◦ blue 30

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

Shades of Cinnabar #DE3A1E

Tints of Cinnabar #DE3A1E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

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

R = 71.61%
G = 18.71%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE3A1E (or 0xDE3A1E) is known color: Cinnabar. HEX triplet: DE, 3A and 1E. RGB value is (222,58,30). Sum of RGB (Red+Green+Blue) = 222+58+30=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3A1E is #21C5E1. Grayscale: #686868. Windows color (decimal): -2213346 or 1981150. OLE color: 1981150.

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

Color convert

RGB 222 58 30 -
CMYK 0 0.74 0.86 0.13
HSL 8.75º 0.76% 0.49% -
HSV(B) 8.75º 0.86% 0.87% -
XYZ 31.87 18.65 3.15 -
YUV 103.84 86.33 212.28 -
System Red Green Blue C M Y K H S L
Decimal 222 58 30 0 0.74 0.86 0.13 8.75 0.76 0.49
Hex DE 3A 1E 0 4A 56 D 9 4C 31
Octal 336 72 36 0 112 126 15 11 114 61
Binary 11011110 111010 11110 0 1001010 1010110 1101 1001 1001100 110001

Color Harmonies of #DE3A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3A1E

Black with #DE3A1E

Text Example


Text Example

White with #DE3A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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