Html Css Color HEX #DC3841 Alizarin

📋 copy color: '#DC3841'

red 220 ◦ green 56 ◦ blue 65

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

Shades of Alizarin #DC3841

Tints of Alizarin #DC3841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 64.52%
G = 16.42%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC3841 (or 0xDC3841) is known color: Alizarin. HEX triplet: DC, 38 and 41. RGB value is (220,56,65). Sum of RGB (Red+Green+Blue) = 220+56+65=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3841 is #23C7BE. Grayscale: #6A6A6A. Windows color (decimal): -2344895 or 4274396. OLE color: 4274396.

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

Color convert

RGB 220 56 65 -
CMYK 0 0.75 0.70 0.14
HSL 356.71º 0.7% 0.54% -
HSV(B) 356.71º 0.75% 0.86% -
XYZ 31.88 18.43 6.88 -
YUV 106.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 220 56 65 0 0.75 0.70 0.14 356.71 0.7 0.54
Hex DC 38 41 0 4B 46 E 165 46 36
Octal 334 70 101 0 113 106 16 545 106 66
Binary 11011100 111000 1000001 0 1001011 1000110 1110 101100101 1000110 110110

Color Harmonies of #DC3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3841

Black with #DC3841

Text Example


Text Example

White with #DC3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3841; }

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

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

background-color css

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

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

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

border-color css

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

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

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