Html Css Color HEX #DE4721 Cinnabar

📋 copy color: '#DE4721'

red 222 ◦ green 71 ◦ blue 33

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

Shades of Cinnabar #DE4721

Tints of Cinnabar #DE4721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 68.1%
G = 21.78%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DE4721 (or 0xDE4721) is known color: Cinnabar. HEX triplet: DE, 47 and 21. RGB value is (222,71,33). Sum of RGB (Red+Green+Blue) = 222+71+33=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4721 is #21B8DE. Grayscale: #707070. Windows color (decimal): -2210015 or 2181086. OLE color: 2181086.

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

Color convert

RGB 222 71 33 -
CMYK 0 0.68 0.85 0.13
HSL 12.06º 0.74% 0.5% -
HSV(B) 12.06º 0.85% 0.87% -
XYZ 32.65 20.15 3.61 -
YUV 111.82 83.53 206.59 -
System Red Green Blue C M Y K H S L
Decimal 222 71 33 0 0.68 0.85 0.13 12.06 0.74 0.5
Hex DE 47 21 0 44 55 D C 4A 32
Octal 336 107 41 0 104 125 15 14 112 62
Binary 11011110 1000111 100001 0 1000100 1010101 1101 1100 1001010 110010

Color Harmonies of #DE4721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4721

Black with #DE4721

Text Example


Text Example

White with #DE4721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4721; }

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

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

background-color css

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

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

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

border-color css

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

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

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