Html Css Color HEX #DC4942 Cinnabar

📋 copy color: '#DC4942'

red 220 ◦ green 73 ◦ blue 66

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

Shades of Cinnabar #DC4942

Tints of Cinnabar #DC4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.33%

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

R = 61.28%
G = 20.33%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC4942 (or 0xDC4942) is known color: Cinnabar. HEX triplet: DC, 49 and 42. RGB value is (220,73,66). Sum of RGB (Red+Green+Blue) = 220+73+66=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4942 is #23B6BD. Grayscale: #747474. Windows color (decimal): -2340542 or 4344284. OLE color: 4344284.

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

Color convert

RGB 220 73 66 -
CMYK 0 0.67 0.7 0.14
HSL 2.73º 0.69% 0.56% -
HSV(B) 2.73º 0.7% 0.86% -
XYZ 32.88 20.37 7.35 -
YUV 116.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 220 73 66 0 0.67 0.7 0.14 2.73 0.69 0.56
Hex DC 49 42 0 43 46 E 3 45 38
Octal 334 111 102 0 103 106 16 3 105 70
Binary 11011100 1001001 1000010 0 1000011 1000110 1110 11 1000101 111000

Color Harmonies of #DC4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4942

Black with #DC4942

Text Example


Text Example

White with #DC4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4942; }

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

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

background-color css

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

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

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

border-color css

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

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

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