Html Css Color HEX #DA2340 Alizarin

📋 copy color: '#DA2340'

red 218 ◦ green 35 ◦ blue 64

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

Shades of Alizarin #DA2340

Tints of Alizarin #DA2340

RGB

 RED value IS 218 (85.55% from 255) = 68.77%

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

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

R = 68.77%
G = 11.04%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA2340 (or 0xDA2340) is known color: Alizarin. HEX triplet: DA, 23 and 40. RGB value is (218,35,64). Sum of RGB (Red+Green+Blue) = 218+35+64=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2340 is #25DCBF. Grayscale: #5D5D5D. Windows color (decimal): -2481344 or 4203482. OLE color: 4203482.

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

Color convert

RGB 218 35 64 -
CMYK 0 0.84 0.71 0.15
HSL 350.49º 0.72% 0.5% -
HSV(B) 350.49º 0.84% 0.85% -
XYZ 30.44 16.48 6.43 -
YUV 93.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 218 35 64 0 0.84 0.71 0.15 350.49 0.72 0.5
Hex DA 23 40 0 54 47 F 15E 48 32
Octal 332 43 100 0 124 107 17 536 110 62
Binary 11011010 100011 1000000 0 1010100 1000111 1111 101011110 1001000 110010

Color Harmonies of #DA2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2340

Black with #DA2340

Text Example


Text Example

White with #DA2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2340; }

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

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

background-color css

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

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

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

border-color css

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

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

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