Html Css Color HEX #DA292F Alizarin

📋 copy color: '#DA292F'

red 218 ◦ green 41 ◦ blue 47

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

Shades of Alizarin #DA292F

Tints of Alizarin #DA292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 71.24%
G = 13.4%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA292F (or 0xDA292F) is known color: Alizarin. HEX triplet: DA, 29 and 2F. RGB value is (218,41,47). Sum of RGB (Red+Green+Blue) = 218+41+47=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA292F is #25D6D0. Grayscale: #5E5E5E. Windows color (decimal): -2479825 or 3090906. OLE color: 3090906.

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

Color convert

RGB 218 41 47 -
CMYK 0 0.81 0.78 0.15
HSL 357.97º 0.71% 0.51% -
HSV(B) 357.97º 0.81% 0.85% -
XYZ 30.22 16.7 4.32 -
YUV 94.61 101.14 216.01 -
System Red Green Blue C M Y K H S L
Decimal 218 41 47 0 0.81 0.78 0.15 357.97 0.71 0.51
Hex DA 29 2F 0 51 4E F 166 47 33
Octal 332 51 57 0 121 116 17 546 107 63
Binary 11011010 101001 101111 0 1010001 1001110 1111 101100110 1000111 110011

Color Harmonies of #DA292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA292F

Black with #DA292F

Text Example


Text Example

White with #DA292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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