Html Css Color HEX #DC4844 Cinnabar

📋 copy color: '#DC4844'

red 220 ◦ green 72 ◦ blue 68

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

Shades of Cinnabar #DC4844

Tints of Cinnabar #DC4844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20%

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

R = 61.11%
G = 20%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC4844 (or 0xDC4844) is known color: Cinnabar. HEX triplet: DC, 48 and 44. RGB value is (220,72,68). Sum of RGB (Red+Green+Blue) = 220+72+68=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4844 is #23B7BB. Grayscale: #737373. Windows color (decimal): -2340796 or 4475100. OLE color: 4475100.

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

Color convert

RGB 220 72 68 -
CMYK 0 0.67 0.69 0.14
HSL 1.58º 0.68% 0.56% -
HSV(B) 1.58º 0.69% 0.86% -
XYZ 32.88 20.27 7.65 -
YUV 115.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 220 72 68 0 0.67 0.69 0.14 1.58 0.68 0.56
Hex DC 48 44 0 43 45 E 2 44 38
Octal 334 110 104 0 103 105 16 2 104 70
Binary 11011100 1001000 1000100 0 1000011 1000101 1110 10 1000100 111000

Color Harmonies of #DC4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4844

Black with #DC4844

Text Example


Text Example

White with #DC4844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4844; }

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

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

background-color css

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

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

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

border-color css

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

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

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