Html Css Color HEX #DA3241 Alizarin

📋 copy color: '#DA3241'

red 218 ◦ green 50 ◦ blue 65

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

Shades of Alizarin #DA3241

Tints of Alizarin #DA3241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.02%

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

R = 65.47%
G = 15.02%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA3241 (or 0xDA3241) is known color: Alizarin. HEX triplet: DA, 32 and 41. RGB value is (218,50,65). Sum of RGB (Red+Green+Blue) = 218+50+65=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3241 is #25CDBE. Grayscale: #666666. Windows color (decimal): -2477503 or 4272858. OLE color: 4272858.

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

Color convert

RGB 218 50 65 -
CMYK 0 0.77 0.70 0.15
HSL 354.64º 0.69% 0.53% -
HSV(B) 354.64º 0.77% 0.85% -
XYZ 31.01 17.57 6.76 -
YUV 101.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 218 50 65 0 0.77 0.70 0.15 354.64 0.69 0.53
Hex DA 32 41 0 4D 46 F 163 45 35
Octal 332 62 101 0 115 106 17 543 105 65
Binary 11011010 110010 1000001 0 1001101 1000110 1111 101100011 1000101 110101

Color Harmonies of #DA3241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3241

Black with #DA3241

Text Example


Text Example

White with #DA3241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3241; }

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

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

background-color css

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

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

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

border-color css

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

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

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