Html Css Color HEX #D9272D Alizarin

📋 copy color: '#D9272D'

red 217 ◦ green 39 ◦ blue 45

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

Shades of Alizarin #D9272D

Tints of Alizarin #D9272D

RGB

 RED value IS 217 (85.16% from 255) = 72.09%

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 72.09%
G = 12.96%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9272D (or 0xD9272D) is known color: Alizarin. HEX triplet: D9, 27 and 2D. RGB value is (217,39,45). Sum of RGB (Red+Green+Blue) = 217+39+45=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9272D is #26D8D2. Grayscale: #5D5D5D. Windows color (decimal): -2545875 or 2959321. OLE color: 2959321.

HSL color Cylindrical-coordinate representation of color #D9272D: hue angle of 357.98º degrees, saturation: 0.7, 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 #D9272D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 39 45 -
CMYK 0 0.82 0.79 0.15
HSL 357.98º 0.7% 0.5% -
HSV(B) 357.98º 0.82% 0.85% -
XYZ 29.81 16.39 4.08 -
YUV 92.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 217 39 45 0 0.82 0.79 0.15 357.98 0.7 0.5
Hex D9 27 2D 0 52 4F F 166 46 32
Octal 331 47 55 0 122 117 17 546 106 62
Binary 11011001 100111 101101 0 1010010 1001111 1111 101100110 1000110 110010

Color Harmonies of #D9272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9272D

Black with #D9272D

Text Example


Text Example

White with #D9272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9272D; }

 p { color: rgb(217,39,45); }

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

background-color css

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

 a { background-color: rgb(217,39,45); }

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

border-color css

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

 span { border-color: rgb(217,39,45); }

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