Html Css Color HEX #DC3742 Alizarin

📋 copy color: '#DC3742'

red 220 ◦ green 55 ◦ blue 66

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

Shades of Alizarin #DC3742

Tints of Alizarin #DC3742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

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

R = 64.52%
G = 16.13%
B = 19.35%

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

#DC3742 (or 0xDC3742) is known color: Alizarin. HEX triplet: DC, 37 and 42. RGB value is (220,55,66). Sum of RGB (Red+Green+Blue) = 220+55+66=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3742 is #23C8BD. Grayscale: #696969. Windows color (decimal): -2345150 or 4339676. OLE color: 4339676.

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

Color convert

RGB 220 55 66 -
CMYK 0 0.75 0.7 0.14
HSL 356º 0.7% 0.54% -
HSV(B) 356º 0.75% 0.86% -
XYZ 31.86 18.34 7.02 -
YUV 105.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 220 55 66 0 0.75 0.7 0.14 356 0.7 0.54
Hex DC 37 42 0 4B 46 E 164 46 36
Octal 334 67 102 0 113 106 16 544 106 66
Binary 11011100 110111 1000010 0 1001011 1000110 1110 101100100 1000110 110110

Color Harmonies of #DC3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3742

Black with #DC3742

Text Example


Text Example

White with #DC3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3742; }

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

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

background-color css

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

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

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

border-color css

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

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

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