Html Css Color HEX #D8253A Alizarin

📋 copy color: '#D8253A'

red 216 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #D8253A

Tints of Alizarin #D8253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 69.45%
G = 11.9%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8253A (or 0xD8253A) is known color: Alizarin. HEX triplet: D8, 25 and 3A. RGB value is (216,37,58). Sum of RGB (Red+Green+Blue) = 216+37+58=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8253A is #27DAC5. Grayscale: #5D5D5D. Windows color (decimal): -2611910 or 3810776. OLE color: 3810776.

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

Color convert

RGB 216 37 58 -
CMYK 0 0.83 0.73 0.15
HSL 352.96º 0.71% 0.5% -
HSV(B) 352.96º 0.83% 0.85% -
XYZ 29.74 16.23 5.57 -
YUV 92.92 108.3 215.79 -
System Red Green Blue C M Y K H S L
Decimal 216 37 58 0 0.83 0.73 0.15 352.96 0.71 0.5
Hex D8 25 3A 0 53 49 F 161 47 32
Octal 330 45 72 0 123 111 17 541 107 62
Binary 11011000 100101 111010 0 1010011 1001001 1111 101100001 1000111 110010

Color Harmonies of #D8253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8253A

Black with #D8253A

Text Example


Text Example

White with #D8253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8253A; }

 p { color: rgb(216,37,58); }

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

background-color css

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

 a { background-color: rgb(216,37,58); }

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

border-color css

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

 span { border-color: rgb(216,37,58); }

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