Html Css Color HEX #DC4542 Cinnabar

📋 copy color: '#DC4542'

red 220 ◦ green 69 ◦ blue 66

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

Shades of Cinnabar #DC4542

Tints of Cinnabar #DC4542

RGB

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

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

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

R = 61.97%
G = 19.44%
B = 18.59%

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

#DC4542 (or 0xDC4542) is known color: Cinnabar. HEX triplet: DC, 45 and 42. RGB value is (220,69,66). Sum of RGB (Red+Green+Blue) = 220+69+66=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4542 is #23BABD. Grayscale: #717171. Windows color (decimal): -2341566 or 4343260. OLE color: 4343260.

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

Color convert

RGB 220 69 66 -
CMYK 0 0.69 0.7 0.14
HSL 1.17º 0.69% 0.56% -
HSV(B) 1.17º 0.7% 0.86% -
XYZ 32.63 19.87 7.27 -
YUV 113.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 220 69 66 0 0.69 0.7 0.14 1.17 0.69 0.56
Hex DC 45 42 0 45 46 E 1 45 38
Octal 334 105 102 0 105 106 16 1 105 70
Binary 11011100 1000101 1000010 0 1000101 1000110 1110 1 1000101 111000

Color Harmonies of #DC4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4542

Black with #DC4542

Text Example


Text Example

White with #DC4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4542; }

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

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

background-color css

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

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

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

border-color css

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

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

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