Html Css Color HEX #DC4540 Cinnabar

📋 copy color: '#DC4540'

red 220 ◦ green 69 ◦ blue 64

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

Shades of Cinnabar #DC4540

Tints of Cinnabar #DC4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.55%

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

R = 62.32%
G = 19.55%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC4540 (or 0xDC4540) is known color: Cinnabar. HEX triplet: DC, 45 and 40. RGB value is (220,69,64). Sum of RGB (Red+Green+Blue) = 220+69+64=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4540 is #23BABF. Grayscale: #717171. Windows color (decimal): -2341568 or 4212188. OLE color: 4212188.

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

Color convert

RGB 220 69 64 -
CMYK 0 0.69 0.71 0.14
HSL 1.92º 0.69% 0.56% -
HSV(B) 1.92º 0.71% 0.86% -
XYZ 32.57 19.84 6.96 -
YUV 113.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 220 69 64 0 0.69 0.71 0.14 1.92 0.69 0.56
Hex DC 45 40 0 45 47 E 2 45 38
Octal 334 105 100 0 105 107 16 2 105 70
Binary 11011100 1000101 1000000 0 1000101 1000111 1110 10 1000101 111000

Color Harmonies of #DC4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4540

Black with #DC4540

Text Example


Text Example

White with #DC4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4540; }

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

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

background-color css

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

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

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

border-color css

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

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

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