Html Css Color HEX #DA272C Alizarin

📋 copy color: '#DA272C'

red 218 ◦ green 39 ◦ blue 44

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

Shades of Alizarin #DA272C

Tints of Alizarin #DA272C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 72.43%
G = 12.96%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA272C (or 0xDA272C) is known color: Alizarin. HEX triplet: DA, 27 and 2C. RGB value is (218,39,44). Sum of RGB (Red+Green+Blue) = 218+39+44=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA272C is #25D8D3. Grayscale: #5D5D5D. Windows color (decimal): -2480340 or 2893786. OLE color: 2893786.

HSL color Cylindrical-coordinate representation of color #DA272C: hue angle of 358.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 #DA272C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 39 44 -
CMYK 0 0.82 0.80 0.15
HSL 358.32º 0.71% 0.5% -
HSV(B) 358.32º 0.82% 0.85% -
XYZ 30.09 16.54 3.99 -
YUV 93.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 218 39 44 0 0.82 0.80 0.15 358.32 0.71 0.5
Hex DA 27 2C 0 52 50 F 166 47 32
Octal 332 47 54 0 122 120 17 546 107 62
Binary 11011010 100111 101100 0 1010010 1010000 1111 101100110 1000111 110010

Color Harmonies of #DA272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA272C

Black with #DA272C

Text Example


Text Example

White with #DA272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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