Html Css Color HEX #DE421C Cinnabar

📋 copy color: '#DE421C'

red 222 ◦ green 66 ◦ blue 28

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

Shades of Cinnabar #DE421C

Tints of Cinnabar #DE421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 70.25%
G = 20.89%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE421C (or 0xDE421C) is known color: Cinnabar. HEX triplet: DE, 42 and 1C. RGB value is (222,66,28). Sum of RGB (Red+Green+Blue) = 222+66+28=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE421C is #21BDE3. Grayscale: #6C6C6C. Windows color (decimal): -2211300 or 1852126. OLE color: 1852126.

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

Color convert

RGB 222 66 28 -
CMYK 0 0.70 0.87 0.13
HSL 11.75º 0.78% 0.49% -
HSV(B) 11.75º 0.87% 0.87% -
XYZ 32.28 19.51 3.16 -
YUV 108.31 82.68 209.09 -
System Red Green Blue C M Y K H S L
Decimal 222 66 28 0 0.70 0.87 0.13 11.75 0.78 0.49
Hex DE 42 1C 0 46 57 D C 4E 31
Octal 336 102 34 0 106 127 15 14 116 61
Binary 11011110 1000010 11100 0 1000110 1010111 1101 1100 1001110 110001

Color Harmonies of #DE421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE421C

Black with #DE421C

Text Example


Text Example

White with #DE421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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