Html Css Color HEX #DA272F Alizarin

📋 copy color: '#DA272F'

red 218 ◦ green 39 ◦ blue 47

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

Shades of Alizarin #DA272F

Tints of Alizarin #DA272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 71.71%
G = 12.83%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA272F (or 0xDA272F) is known color: Alizarin. HEX triplet: DA, 27 and 2F. RGB value is (218,39,47). Sum of RGB (Red+Green+Blue) = 218+39+47=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA272F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA272F is #25D8D0. Grayscale: #5D5D5D. Windows color (decimal): -2480337 or 3090394. OLE color: 3090394.

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

Color convert

RGB 218 39 47 -
CMYK 0 0.82 0.78 0.15
HSL 357.32º 0.71% 0.5% -
HSV(B) 357.32º 0.82% 0.85% -
XYZ 30.15 16.56 4.3 -
YUV 93.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 218 39 47 0 0.82 0.78 0.15 357.32 0.71 0.5
Hex DA 27 2F 0 52 4E F 165 47 32
Octal 332 47 57 0 122 116 17 545 107 62
Binary 11011010 100111 101111 0 1010010 1001110 1111 101100101 1000111 110010

Color Harmonies of #DA272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA272F

Black with #DA272F

Text Example


Text Example

White with #DA272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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