Html Css Color HEX #DA2341 Alizarin

📋 copy color: '#DA2341'

red 218 ◦ green 35 ◦ blue 65

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

Shades of Alizarin #DA2341

Tints of Alizarin #DA2341

RGB

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

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

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

R = 68.55%
G = 11.01%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA2341 (or 0xDA2341) is known color: Alizarin. HEX triplet: DA, 23 and 41. RGB value is (218,35,65). Sum of RGB (Red+Green+Blue) = 218+35+65=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2341 is #25DCBE. Grayscale: #5D5D5D. Windows color (decimal): -2481343 or 4269018. OLE color: 4269018.

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

Color convert

RGB 218 35 65 -
CMYK 0 0.84 0.70 0.15
HSL 350.16º 0.72% 0.5% -
HSV(B) 350.16º 0.84% 0.85% -
XYZ 30.47 16.49 6.58 -
YUV 93.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 218 35 65 0 0.84 0.70 0.15 350.16 0.72 0.5
Hex DA 23 41 0 54 46 F 15E 48 32
Octal 332 43 101 0 124 106 17 536 110 62
Binary 11011010 100011 1000001 0 1010100 1000110 1111 101011110 1001000 110010

Color Harmonies of #DA2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2341

Black with #DA2341

Text Example


Text Example

White with #DA2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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