Html Css Color HEX #DC4140 Cinnabar

📋 copy color: '#DC4140'

red 220 ◦ green 65 ◦ blue 64

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

Shades of Cinnabar #DC4140

Tints of Cinnabar #DC4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

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

R = 63.04%
G = 18.62%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC4140 (or 0xDC4140) is known color: Cinnabar. HEX triplet: DC, 41 and 40. RGB value is (220,65,64). Sum of RGB (Red+Green+Blue) = 220+65+64=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4140 is #23BEBF. Grayscale: #6F6F6F. Windows color (decimal): -2342592 or 4211164. OLE color: 4211164.

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

Color convert

RGB 220 65 64 -
CMYK 0 0.70 0.71 0.14
HSL 0.38º 0.69% 0.56% -
HSV(B) 0.38º 0.71% 0.86% -
XYZ 32.33 19.37 6.88 -
YUV 111.23 101.35 205.58 -
System Red Green Blue C M Y K H S L
Decimal 220 65 64 0 0.70 0.71 0.14 0.38 0.69 0.56
Hex DC 41 40 0 46 47 E 0 45 38
Octal 334 101 100 0 106 107 16 0 105 70
Binary 11011100 1000001 1000000 0 1000110 1000111 1110 0 1000101 111000

Color Harmonies of #DC4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4140

Black with #DC4140

Text Example


Text Example

White with #DC4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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