Html Css Color HEX #D8252D Alizarin

📋 copy color: '#D8252D'

red 216 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #D8252D

Tints of Alizarin #D8252D

RGB

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

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

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

R = 72.48%
G = 12.42%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8252D (or 0xD8252D) is known color: Alizarin. HEX triplet: D8, 25 and 2D. RGB value is (216,37,45). Sum of RGB (Red+Green+Blue) = 216+37+45=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D8252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8252D is #27DAD2. Grayscale: #5B5B5B. Windows color (decimal): -2611923 or 2958808. OLE color: 2958808.

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

Color convert

RGB 216 37 45 -
CMYK 0 0.83 0.79 0.15
HSL 357.32º 0.71% 0.5% -
HSV(B) 357.32º 0.83% 0.85% -
XYZ 29.45 16.11 4.04 -
YUV 91.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 216 37 45 0 0.83 0.79 0.15 357.32 0.71 0.5
Hex D8 25 2D 0 53 4F F 165 47 32
Octal 330 45 55 0 123 117 17 545 107 62
Binary 11011000 100101 101101 0 1010011 1001111 1111 101100101 1000111 110010

Color Harmonies of #D8252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8252D

Black with #D8252D

Text Example


Text Example

White with #D8252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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