Html Css Color HEX #D8272E Alizarin

📋 copy color: '#D8272E'

red 216 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #D8272E

Tints of Alizarin #D8272E

RGB

 RED value IS 216 (84.77% from 255) = 71.76%

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 71.76%
G = 12.96%
B = 15.28%

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

#D8272E (or 0xD8272E) is known color: Alizarin. HEX triplet: D8, 27 and 2E. RGB value is (216,39,46). Sum of RGB (Red+Green+Blue) = 216+39+46=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8272E is #27D8D1. Grayscale: #5C5C5C. Windows color (decimal): -2611410 or 3024856. OLE color: 3024856.

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

Color convert

RGB 216 39 46 -
CMYK 0 0.82 0.79 0.15
HSL 357.63º 0.69% 0.5% -
HSV(B) 357.63º 0.82% 0.85% -
XYZ 29.54 16.25 4.16 -
YUV 92.72 101.64 215.93 -
System Red Green Blue C M Y K H S L
Decimal 216 39 46 0 0.82 0.79 0.15 357.63 0.69 0.5
Hex D8 27 2E 0 52 4F F 166 45 32
Octal 330 47 56 0 122 117 17 546 105 62
Binary 11011000 100111 101110 0 1010010 1001111 1111 101100110 1000101 110010

Color Harmonies of #D8272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8272E

Black with #D8272E

Text Example


Text Example

White with #D8272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8272E; }

 p { color: rgb(216,39,46); }

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

background-color css

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

 a { background-color: rgb(216,39,46); }

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

border-color css

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

 span { border-color: rgb(216,39,46); }

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