Html Css Color HEX #DE422C Cinnabar

📋 copy color: '#DE422C'

red 222 ◦ green 66 ◦ blue 44

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

Shades of Cinnabar #DE422C

Tints of Cinnabar #DE422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 66.87%
G = 19.88%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE422C (or 0xDE422C) is known color: Cinnabar. HEX triplet: DE, 42 and 2C. RGB value is (222,66,44). Sum of RGB (Red+Green+Blue) = 222+66+44=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE422C is #21BDD3. Grayscale: #6E6E6E. Windows color (decimal): -2211284 or 2900702. OLE color: 2900702.

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

Color convert

RGB 222 66 44 -
CMYK 0 0.70 0.80 0.13
HSL 7.42º 0.73% 0.52% -
HSV(B) 7.42º 0.8% 0.87% -
XYZ 32.53 19.61 4.45 -
YUV 110.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 222 66 44 0 0.70 0.80 0.13 7.42 0.73 0.52
Hex DE 42 2C 0 46 50 D 7 49 34
Octal 336 102 54 0 106 120 15 7 111 64
Binary 11011110 1000010 101100 0 1000110 1010000 1101 111 1001001 110100

Color Harmonies of #DE422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE422C

Black with #DE422C

Text Example


Text Example

White with #DE422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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