Html Css Color HEX #DA2B3C Alizarin

📋 copy color: '#DA2B3C'

red 218 ◦ green 43 ◦ blue 60

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

Shades of Alizarin #DA2B3C

Tints of Alizarin #DA2B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 67.91%
G = 13.4%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA2B3C (or 0xDA2B3C) is known color: Alizarin. HEX triplet: DA, 2B and 3C. RGB value is (218,43,60). Sum of RGB (Red+Green+Blue) = 218+43+60=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B3C is #25D4C3. Grayscale: #616161. Windows color (decimal): -2479300 or 3943386. OLE color: 3943386.

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

Color convert

RGB 218 43 60 -
CMYK 0 0.80 0.72 0.15
HSL 354.17º 0.7% 0.51% -
HSV(B) 354.17º 0.8% 0.85% -
XYZ 30.59 16.96 5.94 -
YUV 97.26 106.98 214.12 -
System Red Green Blue C M Y K H S L
Decimal 218 43 60 0 0.80 0.72 0.15 354.17 0.7 0.51
Hex DA 2B 3C 0 50 48 F 162 46 33
Octal 332 53 74 0 120 110 17 542 106 63
Binary 11011010 101011 111100 0 1010000 1001000 1111 101100010 1000110 110011

Color Harmonies of #DA2B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B3C

Black with #DA2B3C

Text Example


Text Example

White with #DA2B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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