Html Css Color HEX #DA3137 Alizarin

📋 copy color: '#DA3137'

red 218 ◦ green 49 ◦ blue 55

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

Shades of Alizarin #DA3137

Tints of Alizarin #DA3137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

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

R = 67.7%
G = 15.22%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3137 (or 0xDA3137) is known color: Alizarin. HEX triplet: DA, 31 and 37. RGB value is (218,49,55). Sum of RGB (Red+Green+Blue) = 218+49+55=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3137 is #25CEC8. Grayscale: #646464. Windows color (decimal): -2477769 or 3617242. OLE color: 3617242.

HSL color Cylindrical-coordinate representation of color #DA3137: hue angle of 357.87º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3137 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 49 55 -
CMYK 0 0.78 0.75 0.15
HSL 357.87º 0.7% 0.52% -
HSV(B) 357.87º 0.78% 0.85% -
XYZ 30.7 17.38 5.35 -
YUV 100.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 218 49 55 0 0.78 0.75 0.15 357.87 0.7 0.52
Hex DA 31 37 0 4E 4B F 166 46 34
Octal 332 61 67 0 116 113 17 546 106 64
Binary 11011010 110001 110111 0 1001110 1001011 1111 101100110 1000110 110100

Color Harmonies of #DA3137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3137

Black with #DA3137

Text Example


Text Example

White with #DA3137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3137; }

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

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

background-color css

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

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

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

border-color css

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

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

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