Html Css Color HEX #DA3541 Alizarin

📋 copy color: '#DA3541'

red 218 ◦ green 53 ◦ blue 65

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

Shades of Alizarin #DA3541

Tints of Alizarin #DA3541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

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

R = 64.88%
G = 15.77%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA3541 (or 0xDA3541) is known color: Alizarin. HEX triplet: DA, 35 and 41. RGB value is (218,53,65). Sum of RGB (Red+Green+Blue) = 218+53+65=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3541 is #25CABE. Grayscale: #676767. Windows color (decimal): -2476735 or 4273626. OLE color: 4273626.

HSL color Cylindrical-coordinate representation of color #DA3541: hue angle of 355.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3541 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 65 -
CMYK 0 0.76 0.70 0.15
HSL 355.64º 0.69% 0.53% -
HSV(B) 355.64º 0.76% 0.85% -
XYZ 31.14 17.83 6.8 -
YUV 103.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 218 53 65 0 0.76 0.70 0.15 355.64 0.69 0.53
Hex DA 35 41 0 4C 46 F 164 45 35
Octal 332 65 101 0 114 106 17 544 105 65
Binary 11011010 110101 1000001 0 1001100 1000110 1111 101100100 1000101 110101

Color Harmonies of #DA3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3541

Black with #DA3541

Text Example


Text Example

White with #DA3541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3541; }

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

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

background-color css

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

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

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

border-color css

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

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

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