Html Css Color HEX #DA3237 Alizarin

📋 copy color: '#DA3237'

red 218 ◦ green 50 ◦ blue 55

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

Shades of Alizarin #DA3237

Tints of Alizarin #DA3237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 67.49%
G = 15.48%
B = 17.03%

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

#DA3237 (or 0xDA3237) is known color: Alizarin. HEX triplet: DA, 32 and 37. RGB value is (218,50,55). Sum of RGB (Red+Green+Blue) = 218+50+55=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3237 is #25CDC8. Grayscale: #646464. Windows color (decimal): -2477513 or 3617498. OLE color: 3617498.

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

Color convert

RGB 218 50 55 -
CMYK 0 0.77 0.75 0.15
HSL 358.21º 0.69% 0.53% -
HSV(B) 358.21º 0.77% 0.85% -
XYZ 30.74 17.46 5.36 -
YUV 100.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 218 50 55 0 0.77 0.75 0.15 358.21 0.69 0.53
Hex DA 32 37 0 4D 4B F 166 45 35
Octal 332 62 67 0 115 113 17 546 105 65
Binary 11011010 110010 110111 0 1001101 1001011 1111 101100110 1000101 110101

Color Harmonies of #DA3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3237

Black with #DA3237

Text Example


Text Example

White with #DA3237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3237; }

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

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

background-color css

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

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

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

border-color css

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

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

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