Html Css Color HEX #DE3E1D Cinnabar

📋 copy color: '#DE3E1D'

red 222 ◦ green 62 ◦ blue 29

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

Shades of Cinnabar #DE3E1D

Tints of Cinnabar #DE3E1D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.81%

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 70.93%
G = 19.81%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE3E1D (or 0xDE3E1D) is known color: Cinnabar. HEX triplet: DE, 3E and 1D. RGB value is (222,62,29). Sum of RGB (Red+Green+Blue) = 222+62+29=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E1D is #21C1E2. Grayscale: #6A6A6A. Windows color (decimal): -2212323 or 1916638. OLE color: 1916638.

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

Color convert

RGB 222 62 29 -
CMYK 0 0.72 0.87 0.13
HSL 10.26º 0.77% 0.49% -
HSV(B) 10.26º 0.87% 0.87% -
XYZ 32.07 19.06 3.15 -
YUV 106.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 222 62 29 0 0.72 0.87 0.13 10.26 0.77 0.49
Hex DE 3E 1D 0 48 57 D A 4D 31
Octal 336 76 35 0 110 127 15 12 115 61
Binary 11011110 111110 11101 0 1001000 1010111 1101 1010 1001101 110001

Color Harmonies of #DE3E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3E1D

Black with #DE3E1D

Text Example


Text Example

White with #DE3E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3E1D; }

 p { color: rgb(222,62,29); }

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

background-color css

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

 a { background-color: rgb(222,62,29); }

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

border-color css

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

 span { border-color: rgb(222,62,29); }

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