Html Css Color HEX #DA2430 Alizarin

📋 copy color: '#DA2430'

red 218 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #DA2430

Tints of Alizarin #DA2430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 72.19%
G = 11.92%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA2430 (or 0xDA2430) is known color: Alizarin. HEX triplet: DA, 24 and 30. RGB value is (218,36,48). Sum of RGB (Red+Green+Blue) = 218+36+48=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2430 is #25DBCF. Grayscale: #5B5B5B. Windows color (decimal): -2481104 or 3155162. OLE color: 3155162.

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

Color convert

RGB 218 36 48 -
CMYK 0 0.83 0.78 0.15
HSL 356.04º 0.72% 0.5% -
HSV(B) 356.04º 0.83% 0.85% -
XYZ 30.08 16.38 4.37 -
YUV 91.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 218 36 48 0 0.83 0.78 0.15 356.04 0.72 0.5
Hex DA 24 30 0 53 4E F 164 48 32
Octal 332 44 60 0 123 116 17 544 110 62
Binary 11011010 100100 110000 0 1010011 1001110 1111 101100100 1001000 110010

Color Harmonies of #DA2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2430

Black with #DA2430

Text Example


Text Example

White with #DA2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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