Html Css Color HEX #DA3031 Alizarin

📋 copy color: '#DA3031'

red 218 ◦ green 48 ◦ blue 49

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

Shades of Alizarin #DA3031

Tints of Alizarin #DA3031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

 BLUE value IS 49 (19.53% from 255) = 15.56%

R = 69.21%
G = 15.24%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA3031 (or 0xDA3031) is known color: Alizarin. HEX triplet: DA, 30 and 31. RGB value is (218,48,49). Sum of RGB (Red+Green+Blue) = 218+48+49=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3031 is #25CFCE. Grayscale: #636363. Windows color (decimal): -2478031 or 3223770. OLE color: 3223770.

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

Color convert

RGB 218 48 49 -
CMYK 0 0.78 0.78 0.15
HSL 359.65º 0.7% 0.52% -
HSV(B) 359.65º 0.78% 0.85% -
XYZ 30.52 17.24 4.62 -
YUV 98.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 218 48 49 0 0.78 0.78 0.15 359.65 0.7 0.52
Hex DA 30 31 0 4E 4E F 168 46 34
Octal 332 60 61 0 116 116 17 550 106 64
Binary 11011010 110000 110001 0 1001110 1001110 1111 101101000 1000110 110100

Color Harmonies of #DA3031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3031

Black with #DA3031

Text Example


Text Example

White with #DA3031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3031; }

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

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

background-color css

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

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

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

border-color css

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

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

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