Html Css Color HEX #DA2B3F Alizarin

📋 copy color: '#DA2B3F'

red 218 ◦ green 43 ◦ blue 63

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

Shades of Alizarin #DA2B3F

Tints of Alizarin #DA2B3F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.27%

 BLUE value IS 63 (25% from 255) = 19.44%

R = 67.28%
G = 13.27%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA2B3F (or 0xDA2B3F) is known color: Alizarin. HEX triplet: DA, 2B and 3F. RGB value is (218,43,63). Sum of RGB (Red+Green+Blue) = 218+43+63=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B3F is #25D4C0. Grayscale: #616161. Windows color (decimal): -2479297 or 4139994. OLE color: 4139994.

HSL color Cylindrical-coordinate representation of color #DA2B3F: hue angle of 353.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B3F is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 43 63 -
CMYK 0 0.80 0.71 0.15
HSL 353.14º 0.7% 0.51% -
HSV(B) 353.14º 0.8% 0.85% -
XYZ 30.67 16.99 6.37 -
YUV 97.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 218 43 63 0 0.80 0.71 0.15 353.14 0.7 0.51
Hex DA 2B 3F 0 50 47 F 161 46 33
Octal 332 53 77 0 120 107 17 541 106 63
Binary 11011010 101011 111111 0 1010000 1000111 1111 101100001 1000110 110011

Color Harmonies of #DA2B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B3F

Black with #DA2B3F

Text Example


Text Example

White with #DA2B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B3F; }

 p { color: rgb(218,43,63); }

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

background-color css

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

 a { background-color: rgb(218,43,63); }

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

border-color css

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

 span { border-color: rgb(218,43,63); }

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