Html Css Color HEX #DC3642 Alizarin

📋 copy color: '#DC3642'

red 220 ◦ green 54 ◦ blue 66

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

Shades of Alizarin #DC3642

Tints of Alizarin #DC3642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

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

R = 64.71%
G = 15.88%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC3642 (or 0xDC3642) is known color: Alizarin. HEX triplet: DC, 36 and 42. RGB value is (220,54,66). Sum of RGB (Red+Green+Blue) = 220+54+66=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3642 is #23C9BD. Grayscale: #696969. Windows color (decimal): -2345406 or 4339420. OLE color: 4339420.

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

Color convert

RGB 220 54 66 -
CMYK 0 0.75 0.7 0.14
HSL 355.66º 0.7% 0.54% -
HSV(B) 355.66º 0.75% 0.86% -
XYZ 31.82 18.25 7 -
YUV 105 106 210.02 -
System Red Green Blue C M Y K H S L
Decimal 220 54 66 0 0.75 0.7 0.14 355.66 0.7 0.54
Hex DC 36 42 0 4B 46 E 164 46 36
Octal 334 66 102 0 113 106 16 544 106 66
Binary 11011100 110110 1000010 0 1001011 1000110 1110 101100100 1000110 110110

Color Harmonies of #DC3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3642

Black with #DC3642

Text Example


Text Example

White with #DC3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3642; }

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

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

background-color css

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

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

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

border-color css

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

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

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