Html Css Color HEX #DC3842 Alizarin

📋 copy color: '#DC3842'

red 220 ◦ green 56 ◦ blue 66

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

Shades of Alizarin #DC3842

Tints of Alizarin #DC3842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

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

R = 64.33%
G = 16.37%
B = 19.3%

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

#DC3842 (or 0xDC3842) is known color: Alizarin. HEX triplet: DC, 38 and 42. RGB value is (220,56,66). Sum of RGB (Red+Green+Blue) = 220+56+66=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3842 is #23C7BD. Grayscale: #6A6A6A. Windows color (decimal): -2344894 or 4339932. OLE color: 4339932.

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

Color convert

RGB 220 56 66 -
CMYK 0 0.75 0.7 0.14
HSL 356.34º 0.7% 0.54% -
HSV(B) 356.34º 0.75% 0.86% -
XYZ 31.91 18.44 7.03 -
YUV 106.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 220 56 66 0 0.75 0.7 0.14 356.34 0.7 0.54
Hex DC 38 42 0 4B 46 E 164 46 36
Octal 334 70 102 0 113 106 16 544 106 66
Binary 11011100 111000 1000010 0 1001011 1000110 1110 101100100 1000110 110110

Color Harmonies of #DC3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3842

Black with #DC3842

Text Example


Text Example

White with #DC3842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3842; }

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

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

background-color css

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

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

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

border-color css

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

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

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