Html Css Color HEX #D8252B Alizarin

📋 copy color: '#D8252B'

red 216 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #D8252B

Tints of Alizarin #D8252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 72.97%
G = 12.5%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8252B (or 0xD8252B) is known color: Alizarin. HEX triplet: D8, 25 and 2B. RGB value is (216,37,43). Sum of RGB (Red+Green+Blue) = 216+37+43=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8252B is #27DAD4. Grayscale: #5B5B5B. Windows color (decimal): -2611925 or 2827736. OLE color: 2827736.

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

Color convert

RGB 216 37 43 -
CMYK 0 0.83 0.80 0.15
HSL 357.99º 0.71% 0.5% -
HSV(B) 357.99º 0.83% 0.85% -
XYZ 29.42 16.1 3.84 -
YUV 91.21 100.8 217.01 -
System Red Green Blue C M Y K H S L
Decimal 216 37 43 0 0.83 0.80 0.15 357.99 0.71 0.5
Hex D8 25 2B 0 53 50 F 166 47 32
Octal 330 45 53 0 123 120 17 546 107 62
Binary 11011000 100101 101011 0 1010011 1010000 1111 101100110 1000111 110010

Color Harmonies of #D8252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8252B

Black with #D8252B

Text Example


Text Example

White with #D8252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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