Html Css Color HEX #DC4442 Cinnabar

📋 copy color: '#DC4442'

red 220 ◦ green 68 ◦ blue 66

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

Shades of Cinnabar #DC4442

Tints of Cinnabar #DC4442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.21%

 BLUE value IS 66 (26.17% from 255) = 18.64%

R = 62.15%
G = 19.21%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC4442 (or 0xDC4442) is known color: Cinnabar. HEX triplet: DC, 44 and 42. RGB value is (220,68,66). Sum of RGB (Red+Green+Blue) = 220+68+66=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4442 is #23BBBD. Grayscale: #717171. Windows color (decimal): -2341822 or 4343004. OLE color: 4343004.

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

Color convert

RGB 220 68 66 -
CMYK 0 0.69 0.7 0.14
HSL 0.78º 0.69% 0.56% -
HSV(B) 0.78º 0.7% 0.86% -
XYZ 32.57 19.74 7.25 -
YUV 113.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 220 68 66 0 0.69 0.7 0.14 0.78 0.69 0.56
Hex DC 44 42 0 45 46 E 1 45 38
Octal 334 104 102 0 105 106 16 1 105 70
Binary 11011100 1000100 1000010 0 1000101 1000110 1110 1 1000101 111000

Color Harmonies of #DC4442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4442

Black with #DC4442

Text Example


Text Example

White with #DC4442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4442; }

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

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

background-color css

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

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

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

border-color css

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

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

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