Html Css Color HEX #DA2130 Alizarin

📋 copy color: '#DA2130'

red 218 ◦ green 33 ◦ blue 48

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

Shades of Alizarin #DA2130

Tints of Alizarin #DA2130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.04%

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

R = 72.91%
G = 11.04%
B = 16.05%

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

#DA2130 (or 0xDA2130) is known color: Alizarin. HEX triplet: DA, 21 and 30. RGB value is (218,33,48). Sum of RGB (Red+Green+Blue) = 218+33+48=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2130 is #25DECF. Grayscale: #5A5A5A. Windows color (decimal): -2481872 or 3154394. OLE color: 3154394.

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

Color convert

RGB 218 33 48 -
CMYK 0 0.85 0.78 0.15
HSL 355.14º 0.74% 0.49% -
HSV(B) 355.14º 0.85% 0.85% -
XYZ 29.99 16.21 4.34 -
YUV 90.03 104.29 219.28 -
System Red Green Blue C M Y K H S L
Decimal 218 33 48 0 0.85 0.78 0.15 355.14 0.74 0.49
Hex DA 21 30 0 55 4E F 163 4A 31
Octal 332 41 60 0 125 116 17 543 112 61
Binary 11011010 100001 110000 0 1010101 1001110 1111 101100011 1001010 110001

Color Harmonies of #DA2130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2130

Black with #DA2130

Text Example


Text Example

White with #DA2130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2130; }

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

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

background-color css

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

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

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

border-color css

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

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

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