Html Css Color HEX #DC3440 Alizarin

📋 copy color: '#DC3440'

red 220 ◦ green 52 ◦ blue 64

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

Shades of Alizarin #DC3440

Tints of Alizarin #DC3440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 64 (25.39% from 255) = 19.05%

R = 65.48%
G = 15.48%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC3440 (or 0xDC3440) is known color: Alizarin. HEX triplet: DC, 34 and 40. RGB value is (220,52,64). Sum of RGB (Red+Green+Blue) = 220+52+64=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3440 is #23CBBF. Grayscale: #676767. Windows color (decimal): -2345920 or 4207836. OLE color: 4207836.

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

Color convert

RGB 220 52 64 -
CMYK 0 0.76 0.71 0.14
HSL 355.71º 0.71% 0.53% -
HSV(B) 355.71º 0.76% 0.86% -
XYZ 31.67 18.04 6.66 -
YUV 103.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 220 52 64 0 0.76 0.71 0.14 355.71 0.71 0.53
Hex DC 34 40 0 4C 47 E 164 47 35
Octal 334 64 100 0 114 107 16 544 107 65
Binary 11011100 110100 1000000 0 1001100 1000111 1110 101100100 1000111 110101

Color Harmonies of #DC3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3440

Black with #DC3440

Text Example


Text Example

White with #DC3440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3440; }

 p { color: rgb(220,52,64); }

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

background-color css

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

 a { background-color: rgb(220,52,64); }

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

border-color css

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

 span { border-color: rgb(220,52,64); }

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