Html Css Color HEX #DE422F Cinnabar

📋 copy color: '#DE422F'

red 222 ◦ green 66 ◦ blue 47

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

Shades of Cinnabar #DE422F

Tints of Cinnabar #DE422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.7%

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 66.27%
G = 19.7%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE422F (or 0xDE422F) is known color: Cinnabar. HEX triplet: DE, 42 and 2F. RGB value is (222,66,47). Sum of RGB (Red+Green+Blue) = 222+66+47=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE422F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE422F is #21BDD0. Grayscale: #6E6E6E. Windows color (decimal): -2211281 or 3097310. OLE color: 3097310.

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

Color convert

RGB 222 66 47 -
CMYK 0 0.70 0.79 0.13
HSL 6.51º 0.73% 0.53% -
HSV(B) 6.51º 0.79% 0.87% -
XYZ 32.59 19.63 4.76 -
YUV 110.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 222 66 47 0 0.70 0.79 0.13 6.51 0.73 0.53
Hex DE 42 2F 0 46 4F D 7 49 35
Octal 336 102 57 0 106 117 15 7 111 65
Binary 11011110 1000010 101111 0 1000110 1001111 1101 111 1001001 110101

Color Harmonies of #DE422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE422F

Black with #DE422F

Text Example


Text Example

White with #DE422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE422F; }

 p { color: rgb(222,66,47); }

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

background-color css

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

 a { background-color: rgb(222,66,47); }

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

border-color css

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

 span { border-color: rgb(222,66,47); }

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