Html Css Color HEX #DA3136 Alizarin

📋 copy color: '#DA3136'

red 218 ◦ green 49 ◦ blue 54

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

Shades of Alizarin #DA3136

Tints of Alizarin #DA3136

RGB

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

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

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

R = 67.91%
G = 15.26%
B = 16.82%

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

#DA3136 (or 0xDA3136) is known color: Alizarin. HEX triplet: DA, 31 and 36. RGB value is (218,49,54). Sum of RGB (Red+Green+Blue) = 218+49+54=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3136 is #25CEC9. Grayscale: #646464. Windows color (decimal): -2477770 or 3551706. OLE color: 3551706.

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

Color convert

RGB 218 49 54 -
CMYK 0 0.78 0.75 0.15
HSL 358.22º 0.7% 0.52% -
HSV(B) 358.22º 0.78% 0.85% -
XYZ 30.68 17.37 5.23 -
YUV 100.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 218 49 54 0 0.78 0.75 0.15 358.22 0.7 0.52
Hex DA 31 36 0 4E 4B F 166 46 34
Octal 332 61 66 0 116 113 17 546 106 64
Binary 11011010 110001 110110 0 1001110 1001011 1111 101100110 1000110 110100

Color Harmonies of #DA3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3136

Black with #DA3136

Text Example


Text Example

White with #DA3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3136; }

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

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

background-color css

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

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

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

border-color css

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

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

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