Html Css Color HEX #DE3D22 Cinnabar

📋 copy color: '#DE3D22'

red 222 ◦ green 61 ◦ blue 34

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

Shades of Cinnabar #DE3D22

Tints of Cinnabar #DE3D22

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.24%

 BLUE value IS 34 (13.67% from 255) = 10.73%

R = 70.03%
G = 19.24%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE3D22 (or 0xDE3D22) is known color: Cinnabar. HEX triplet: DE, 3D and 22. RGB value is (222,61,34). Sum of RGB (Red+Green+Blue) = 222+61+34=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3D22 is #21C2DD. Grayscale: #6A6A6A. Windows color (decimal): -2212574 or 2244062. OLE color: 2244062.

HSL color Cylindrical-coordinate representation of color #DE3D22: hue angle of 8.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE3D22 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 61 34 -
CMYK 0 0.73 0.85 0.13
HSL 8.62º 0.74% 0.5% -
HSV(B) 8.62º 0.85% 0.87% -
XYZ 32.08 18.98 3.49 -
YUV 106.06 87.34 210.7 -
System Red Green Blue C M Y K H S L
Decimal 222 61 34 0 0.73 0.85 0.13 8.62 0.74 0.5
Hex DE 3D 22 0 49 55 D 9 4A 32
Octal 336 75 42 0 111 125 15 11 112 62
Binary 11011110 111101 100010 0 1001001 1010101 1101 1001 1001010 110010

Color Harmonies of #DE3D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3D22

Black with #DE3D22

Text Example


Text Example

White with #DE3D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3D22; }

 p { color: rgb(222,61,34); }

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

background-color css

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

 a { background-color: rgb(222,61,34); }

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

border-color css

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

 span { border-color: rgb(222,61,34); }

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