Html Css Color HEX #DA293F Alizarin

📋 copy color: '#DA293F'

red 218 ◦ green 41 ◦ blue 63

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

Shades of Alizarin #DA293F

Tints of Alizarin #DA293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 67.7%
G = 12.73%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA293F (or 0xDA293F) is known color: Alizarin. HEX triplet: DA, 29 and 3F. RGB value is (218,41,63). Sum of RGB (Red+Green+Blue) = 218+41+63=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA293F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA293F is #25D6C0. Grayscale: #606060. Windows color (decimal): -2479809 or 4139482. OLE color: 4139482.

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

Color convert

RGB 218 41 63 -
CMYK 0 0.81 0.71 0.15
HSL 352.54º 0.71% 0.51% -
HSV(B) 352.54º 0.81% 0.85% -
XYZ 30.6 16.85 6.34 -
YUV 96.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 218 41 63 0 0.81 0.71 0.15 352.54 0.71 0.51
Hex DA 29 3F 0 51 47 F 161 47 33
Octal 332 51 77 0 121 107 17 541 107 63
Binary 11011010 101001 111111 0 1010001 1000111 1111 101100001 1000111 110011

Color Harmonies of #DA293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA293F

Black with #DA293F

Text Example


Text Example

White with #DA293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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