Html Css Color HEX #DA2330 Alizarin

📋 copy color: '#DA2330'

red 218 ◦ green 35 ◦ blue 48

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

Shades of Alizarin #DA2330

Tints of Alizarin #DA2330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.63%

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

R = 72.43%
G = 11.63%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA2330 (or 0xDA2330) is known color: Alizarin. HEX triplet: DA, 23 and 30. RGB value is (218,35,48). Sum of RGB (Red+Green+Blue) = 218+35+48=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2330 is #25DCCF. Grayscale: #5B5B5B. Windows color (decimal): -2481360 or 3154906. OLE color: 3154906.

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

Color convert

RGB 218 35 48 -
CMYK 0 0.84 0.78 0.15
HSL 355.74º 0.72% 0.5% -
HSV(B) 355.74º 0.84% 0.85% -
XYZ 30.05 16.32 4.36 -
YUV 91.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 218 35 48 0 0.84 0.78 0.15 355.74 0.72 0.5
Hex DA 23 30 0 54 4E F 164 48 32
Octal 332 43 60 0 124 116 17 544 110 62
Binary 11011010 100011 110000 0 1010100 1001110 1111 101100100 1001000 110010

Color Harmonies of #DA2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2330

Black with #DA2330

Text Example


Text Example

White with #DA2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2330; }

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

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

background-color css

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

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

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

border-color css

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

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

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