Html Css Color HEX #DE3A22 Cinnabar

📋 copy color: '#DE3A22'

red 222 ◦ green 58 ◦ blue 34

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

Shades of Cinnabar #DE3A22

Tints of Cinnabar #DE3A22

RGB

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

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

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

R = 70.7%
G = 18.47%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE3A22 (or 0xDE3A22) is known color: Cinnabar. HEX triplet: DE, 3A and 22. RGB value is (222,58,34). Sum of RGB (Red+Green+Blue) = 222+58+34=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3A22 is #21C5DD. Grayscale: #686868. Windows color (decimal): -2213342 or 2243294. OLE color: 2243294.

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

Color convert

RGB 222 58 34 -
CMYK 0 0.74 0.85 0.13
HSL 7.66º 0.74% 0.5% -
HSV(B) 7.66º 0.85% 0.87% -
XYZ 31.93 18.67 3.43 -
YUV 104.3 88.33 211.95 -
System Red Green Blue C M Y K H S L
Decimal 222 58 34 0 0.74 0.85 0.13 7.66 0.74 0.5
Hex DE 3A 22 0 4A 55 D 8 4A 32
Octal 336 72 42 0 112 125 15 10 112 62
Binary 11011110 111010 100010 0 1001010 1010101 1101 1000 1001010 110010

Color Harmonies of #DE3A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3A22

Black with #DE3A22

Text Example


Text Example

White with #DE3A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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