Html Css Color HEX #DC4C40 Cinnabar

📋 copy color: '#DC4C40'

red 220 ◦ green 76 ◦ blue 64

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

Shades of Cinnabar #DC4C40

Tints of Cinnabar #DC4C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.11%

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

R = 61.11%
G = 21.11%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC4C40 (or 0xDC4C40) is known color: Cinnabar. HEX triplet: DC, 4C and 40. RGB value is (220,76,64). Sum of RGB (Red+Green+Blue) = 220+76+64=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C40 is #23B3BF. Grayscale: #757575. Windows color (decimal): -2339776 or 4213980. OLE color: 4213980.

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

Color convert

RGB 220 76 64 -
CMYK 0 0.65 0.71 0.14
HSL 4.62º 0.69% 0.56% -
HSV(B) 4.62º 0.71% 0.86% -
XYZ 33.03 20.75 7.12 -
YUV 117.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 220 76 64 0 0.65 0.71 0.14 4.62 0.69 0.56
Hex DC 4C 40 0 41 47 E 5 45 38
Octal 334 114 100 0 101 107 16 5 105 70
Binary 11011100 1001100 1000000 0 1000001 1000111 1110 101 1000101 111000

Color Harmonies of #DC4C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C40

Black with #DC4C40

Text Example


Text Example

White with #DC4C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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