Html Css Color HEX #D8253C Alizarin

📋 copy color: '#D8253C'

red 216 ◦ green 37 ◦ blue 60

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

Shades of Alizarin #D8253C

Tints of Alizarin #D8253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 69.01%
G = 11.82%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8253C (or 0xD8253C) is known color: Alizarin. HEX triplet: D8, 25 and 3C. RGB value is (216,37,60). Sum of RGB (Red+Green+Blue) = 216+37+60=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8253C is #27DAC3. Grayscale: #5D5D5D. Windows color (decimal): -2611908 or 3941848. OLE color: 3941848.

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

Color convert

RGB 216 37 60 -
CMYK 0 0.83 0.72 0.15
HSL 352.29º 0.71% 0.5% -
HSV(B) 352.29º 0.83% 0.85% -
XYZ 29.8 16.25 5.84 -
YUV 93.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 216 37 60 0 0.83 0.72 0.15 352.29 0.71 0.5
Hex D8 25 3C 0 53 48 F 160 47 32
Octal 330 45 74 0 123 110 17 540 107 62
Binary 11011000 100101 111100 0 1010011 1001000 1111 101100000 1000111 110010

Color Harmonies of #D8253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8253C

Black with #D8253C

Text Example


Text Example

White with #D8253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8253C; }

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

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

background-color css

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

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

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

border-color css

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

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

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