Html Css Color HEX #DA313B Alizarin

📋 copy color: '#DA313B'

red 218 ◦ green 49 ◦ blue 59

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

Shades of Alizarin #DA313B

Tints of Alizarin #DA313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.1%

R = 66.87%
G = 15.03%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA313B (or 0xDA313B) is known color: Alizarin. HEX triplet: DA, 31 and 3B. RGB value is (218,49,59). Sum of RGB (Red+Green+Blue) = 218+49+59=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA313B is #25CEC4. Grayscale: #646464. Windows color (decimal): -2477765 or 3879386. OLE color: 3879386.

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

Color convert

RGB 218 49 59 -
CMYK 0 0.78 0.73 0.15
HSL 356.45º 0.7% 0.52% -
HSV(B) 356.45º 0.78% 0.85% -
XYZ 30.8 17.42 5.88 -
YUV 100.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 218 49 59 0 0.78 0.73 0.15 356.45 0.7 0.52
Hex DA 31 3B 0 4E 49 F 164 46 34
Octal 332 61 73 0 116 111 17 544 106 64
Binary 11011010 110001 111011 0 1001110 1001001 1111 101100100 1000110 110100

Color Harmonies of #DA313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA313B

Black with #DA313B

Text Example


Text Example

White with #DA313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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