Html Css Color HEX #D8273B Alizarin

📋 copy color: '#D8273B'

red 216 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #D8273B

Tints of Alizarin #D8273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 68.79%
G = 12.42%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8273B (or 0xD8273B) is known color: Alizarin. HEX triplet: D8, 27 and 3B. RGB value is (216,39,59). Sum of RGB (Red+Green+Blue) = 216+39+59=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8273B is #27D8C4. Grayscale: #5E5E5E. Windows color (decimal): -2611397 or 3876824. OLE color: 3876824.

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

Color convert

RGB 216 39 59 -
CMYK 0 0.82 0.73 0.15
HSL 353.22º 0.69% 0.5% -
HSV(B) 353.22º 0.82% 0.85% -
XYZ 29.83 16.37 5.72 -
YUV 94.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 216 39 59 0 0.82 0.73 0.15 353.22 0.69 0.5
Hex D8 27 3B 0 52 49 F 161 45 32
Octal 330 47 73 0 122 111 17 541 105 62
Binary 11011000 100111 111011 0 1010010 1001001 1111 101100001 1000101 110010

Color Harmonies of #D8273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8273B

Black with #D8273B

Text Example


Text Example

White with #D8273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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