Html Css Color HEX #DE4A21 Cinnabar

📋 copy color: '#DE4A21'

red 222 ◦ green 74 ◦ blue 33

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

Shades of Cinnabar #DE4A21

Tints of Cinnabar #DE4A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 67.48%
G = 22.49%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE4A21 (or 0xDE4A21) is known color: Cinnabar. HEX triplet: DE, 4A and 21. RGB value is (222,74,33). Sum of RGB (Red+Green+Blue) = 222+74+33=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4A21 is #21B5DE. Grayscale: #717171. Windows color (decimal): -2209247 or 2181854. OLE color: 2181854.

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

Color convert

RGB 222 74 33 -
CMYK 0 0.67 0.85 0.13
HSL 13.02º 0.74% 0.5% -
HSV(B) 13.02º 0.85% 0.87% -
XYZ 32.85 20.54 3.67 -
YUV 113.58 82.53 205.33 -
System Red Green Blue C M Y K H S L
Decimal 222 74 33 0 0.67 0.85 0.13 13.02 0.74 0.5
Hex DE 4A 21 0 43 55 D D 4A 32
Octal 336 112 41 0 103 125 15 15 112 62
Binary 11011110 1001010 100001 0 1000011 1010101 1101 1101 1001010 110010

Color Harmonies of #DE4A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4A21

Black with #DE4A21

Text Example


Text Example

White with #DE4A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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