Html Css Color HEX #DE4040 Cinnabar

📋 copy color: '#DE4040'

red 222 ◦ green 64 ◦ blue 64

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

Shades of Cinnabar #DE4040

Tints of Cinnabar #DE4040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 63.43%
G = 18.29%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE4040 (or 0xDE4040) is known color: Cinnabar. HEX triplet: DE, 40 and 40. RGB value is (222,64,64). Sum of RGB (Red+Green+Blue) = 222+64+64=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4040 is #21BFBF. Grayscale: #6F6F6F. Windows color (decimal): -2211776 or 4210910. OLE color: 4210910.

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

Color convert

RGB 222 64 64 -
CMYK 0 0.71 0.71 0.13
HSL 0.71% 0.56% -
HSV(B) 0.71% 0.87% -
XYZ 32.88 19.57 6.89 -
YUV 111.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 222 64 64 0 0.71 0.71 0.13 0 0.71 0.56
Hex DE 40 40 0 47 47 D 0 47 38
Octal 336 100 100 0 107 107 15 0 107 70
Binary 11011110 1000000 1000000 0 1000111 1000111 1101 0 1000111 111000

Color Harmonies of #DE4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4040

Black with #DE4040

Text Example


Text Example

White with #DE4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4040; }

 p { color: rgb(222,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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