Html Css Color HEX #DE421E Cinnabar

📋 copy color: '#DE421E'

red 222 ◦ green 66 ◦ blue 30

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

Shades of Cinnabar #DE421E

Tints of Cinnabar #DE421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 69.81%
G = 20.75%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE421E (or 0xDE421E) is known color: Cinnabar. HEX triplet: DE, 42 and 1E. RGB value is (222,66,30). Sum of RGB (Red+Green+Blue) = 222+66+30=318 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.81% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 222 - color contains mainly: red. Hex color #DE421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE421E is #21BDE1. Grayscale: #6C6C6C. Windows color (decimal): -2211298 or 1983198. OLE color: 1983198.

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

Color convert

RGB 222 66 30 -
CMYK 0 0.70 0.86 0.13
HSL 11.25º 0.76% 0.49% -
HSV(B) 11.25º 0.86% 0.87% -
XYZ 32.31 19.52 3.29 -
YUV 108.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 222 66 30 0 0.70 0.86 0.13 11.25 0.76 0.49
Hex DE 42 1E 0 46 56 D B 4C 31
Octal 336 102 36 0 106 126 15 13 114 61
Binary 11011110 1000010 11110 0 1000110 1010110 1101 1011 1001100 110001

Color Harmonies of #DE421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE421E

Black with #DE421E

Text Example


Text Example

White with #DE421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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