Html Css Color HEX #DA3236 Alizarin

📋 copy color: '#DA3236'

red 218 ◦ green 50 ◦ blue 54

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

Shades of Alizarin #DA3236

Tints of Alizarin #DA3236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.77%

R = 67.7%
G = 15.53%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3236 (or 0xDA3236) is known color: Alizarin. HEX triplet: DA, 32 and 36. RGB value is (218,50,54). Sum of RGB (Red+Green+Blue) = 218+50+54=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3236 is #25CDC9. Grayscale: #646464. Windows color (decimal): -2477514 or 3551962. OLE color: 3551962.

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

Color convert

RGB 218 50 54 -
CMYK 0 0.77 0.75 0.15
HSL 358.57º 0.69% 0.53% -
HSV(B) 358.57º 0.77% 0.85% -
XYZ 30.72 17.45 5.24 -
YUV 100.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 218 50 54 0 0.77 0.75 0.15 358.57 0.69 0.53
Hex DA 32 36 0 4D 4B F 167 45 35
Octal 332 62 66 0 115 113 17 547 105 65
Binary 11011010 110010 110110 0 1001101 1001011 1111 101100111 1000101 110101

Color Harmonies of #DA3236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3236

Black with #DA3236

Text Example


Text Example

White with #DA3236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3236; }

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

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

background-color css

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

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

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

border-color css

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

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

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