Html Css Color HEX #DC4040 Cinnabar

📋 copy color: '#DC4040'

red 220 ◦ green 64 ◦ blue 64

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

Shades of Cinnabar #DC4040

Tints of Cinnabar #DC4040

RGB

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

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

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

R = 63.22%
G = 18.39%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC4040 (or 0xDC4040) is known color: Cinnabar. HEX triplet: DC, 40 and 40. RGB value is (220,64,64). Sum of RGB (Red+Green+Blue) = 220+64+64=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4040 is #23BFBF. Grayscale: #6E6E6E. Windows color (decimal): -2342848 or 4210908. OLE color: 4210908.

HSL color Cylindrical-coordinate representation of color #DC4040: hue angle of 0º 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 #DC4040 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 64 -
CMYK 0 0.71 0.71 0.14
HSL 0.69% 0.56% -
HSV(B) 0.71% 0.86% -
XYZ 32.27 19.25 6.87 -
YUV 110.64 101.68 206 -
System Red Green Blue C M Y K H S L
Decimal 220 64 64 0 0.71 0.71 0.14 0 0.69 0.56
Hex DC 40 40 0 47 47 E 0 45 38
Octal 334 100 100 0 107 107 16 0 105 70
Binary 11011100 1000000 1000000 0 1000111 1000111 1110 0 1000101 111000

Color Harmonies of #DC4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4040

Black with #DC4040

Text Example


Text Example

White with #DC4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4040; }

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

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

background-color css

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

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

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

border-color css

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

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

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