Html Css Color HEX #DA2030 Alizarin

📋 copy color: '#DA2030'

red 218 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #DA2030

Tints of Alizarin #DA2030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 73.15%
G = 10.74%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA2030 (or 0xDA2030) is known color: Alizarin. HEX triplet: DA, 20 and 30. RGB value is (218,32,48). Sum of RGB (Red+Green+Blue) = 218+32+48=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2030 is #25DFCF. Grayscale: #595959. Windows color (decimal): -2482128 or 3154138. OLE color: 3154138.

HSL color Cylindrical-coordinate representation of color #DA2030: hue angle of 354.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2030 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 48 -
CMYK 0 0.85 0.78 0.15
HSL 354.84º 0.74% 0.49% -
HSV(B) 354.84º 0.85% 0.85% -
XYZ 29.96 16.15 4.33 -
YUV 89.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 218 32 48 0 0.85 0.78 0.15 354.84 0.74 0.49
Hex DA 20 30 0 55 4E F 163 4A 31
Octal 332 40 60 0 125 116 17 543 112 61
Binary 11011010 100000 110000 0 1010101 1001110 1111 101100011 1001010 110001

Color Harmonies of #DA2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2030

Black with #DA2030

Text Example


Text Example

White with #DA2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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