Html Css Color HEX #DC4240 Cinnabar

📋 copy color: '#DC4240'

red 220 ◦ green 66 ◦ blue 64

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

Shades of Cinnabar #DC4240

Tints of Cinnabar #DC4240

RGB

 RED value IS 220 (86.33% from 255) = 62.86%

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

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

R = 62.86%
G = 18.86%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC4240 (or 0xDC4240) is known color: Cinnabar. HEX triplet: DC, 42 and 40. RGB value is (220,66,64). Sum of RGB (Red+Green+Blue) = 220+66+64=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4240 is #23BDBF. Grayscale: #6F6F6F. Windows color (decimal): -2342336 or 4211420. OLE color: 4211420.

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

Color convert

RGB 220 66 64 -
CMYK 0 0.7 0.71 0.14
HSL 0.77º 0.69% 0.56% -
HSV(B) 0.77º 0.71% 0.86% -
XYZ 32.39 19.48 6.9 -
YUV 111.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 220 66 64 0 0.7 0.71 0.14 0.77 0.69 0.56
Hex DC 42 40 0 46 47 E 1 45 38
Octal 334 102 100 0 106 107 16 1 105 70
Binary 11011100 1000010 1000000 0 1000110 1000111 1110 1 1000101 111000

Color Harmonies of #DC4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4240

Black with #DC4240

Text Example


Text Example

White with #DC4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4240; }

 p { color: rgb(220,66,64); }

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

background-color css

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

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

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

border-color css

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

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

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