Html Css Color HEX #DC2340 Alizarin

📋 copy color: '#DC2340'

red 220 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #DC2340

Tints of Alizarin #DC2340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

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

R = 68.97%
G = 10.97%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC2340 (or 0xDC2340) is known color: Alizarin. HEX triplet: DC, 23 and 40. RGB value is (220,35,64). Sum of RGB (Red+Green+Blue) = 220+35+64=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2340 is #23DCBF. Grayscale: #5D5D5D. Windows color (decimal): -2350272 or 4203484. OLE color: 4203484.

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

Color convert

RGB 220 35 64 -
CMYK 0 0.84 0.71 0.14
HSL 350.59º 0.73% 0.5% -
HSV(B) 350.59º 0.84% 0.86% -
XYZ 31.04 16.79 6.45 -
YUV 93.62 111.29 218.14 -
System Red Green Blue C M Y K H S L
Decimal 220 35 64 0 0.84 0.71 0.14 350.59 0.73 0.5
Hex DC 23 40 0 54 47 E 15F 49 32
Octal 334 43 100 0 124 107 16 537 111 62
Binary 11011100 100011 1000000 0 1010100 1000111 1110 101011111 1001001 110010

Color Harmonies of #DC2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2340

Black with #DC2340

Text Example


Text Example

White with #DC2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2340; }

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

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

background-color css

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

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

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

border-color css

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

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

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