Html Css Color HEX #DA293B Alizarin

📋 copy color: '#DA293B'

red 218 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #DA293B

Tints of Alizarin #DA293B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.89%

 BLUE value IS 59 (23.44% from 255) = 18.55%

R = 68.55%
G = 12.89%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA293B (or 0xDA293B) is known color: Alizarin. HEX triplet: DA, 29 and 3B. RGB value is (218,41,59). Sum of RGB (Red+Green+Blue) = 218+41+59=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA293B is #25D6C4. Grayscale: #606060. Windows color (decimal): -2479813 or 3877338. OLE color: 3877338.

HSL color Cylindrical-coordinate representation of color #DA293B: hue angle of 353.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA293B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 41 59 -
CMYK 0 0.81 0.73 0.15
HSL 353.9º 0.71% 0.51% -
HSV(B) 353.9º 0.81% 0.85% -
XYZ 30.5 16.81 5.77 -
YUV 95.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 218 41 59 0 0.81 0.73 0.15 353.9 0.71 0.51
Hex DA 29 3B 0 51 49 F 162 47 33
Octal 332 51 73 0 121 111 17 542 107 63
Binary 11011010 101001 111011 0 1010001 1001001 1111 101100010 1000111 110011

Color Harmonies of #DA293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA293B

Black with #DA293B

Text Example


Text Example

White with #DA293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA293B; }

 p { color: rgb(218,41,59); }

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

background-color css

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

 a { background-color: rgb(218,41,59); }

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

border-color css

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

 span { border-color: rgb(218,41,59); }

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