Html Css Color HEX #DC4744 Cinnabar

📋 copy color: '#DC4744'

red 220 ◦ green 71 ◦ blue 68

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

Shades of Cinnabar #DC4744

Tints of Cinnabar #DC4744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.78%

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 61.28%
G = 19.78%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC4744 (or 0xDC4744) is known color: Cinnabar. HEX triplet: DC, 47 and 44. RGB value is (220,71,68). Sum of RGB (Red+Green+Blue) = 220+71+68=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4744 is #23B8BB. Grayscale: #737373. Windows color (decimal): -2341052 or 4474844. OLE color: 4474844.

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

Color convert

RGB 220 71 68 -
CMYK 0 0.68 0.69 0.14
HSL 1.18º 0.68% 0.56% -
HSV(B) 1.18º 0.69% 0.86% -
XYZ 32.81 20.14 7.63 -
YUV 115.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 220 71 68 0 0.68 0.69 0.14 1.18 0.68 0.56
Hex DC 47 44 0 44 45 E 1 44 38
Octal 334 107 104 0 104 105 16 1 104 70
Binary 11011100 1000111 1000100 0 1000100 1000101 1110 1 1000100 111000

Color Harmonies of #DC4744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4744

Black with #DC4744

Text Example


Text Example

White with #DC4744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4744; }

 p { color: rgb(220,71,68); }

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

background-color css

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

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

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

border-color css

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

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

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