Html Css Color HEX #D9252B Alizarin

📋 copy color: '#D9252B'

red 217 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #D9252B

Tints of Alizarin #D9252B

RGB

 RED value IS 217 (85.16% from 255) = 73.06%

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

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

R = 73.06%
G = 12.46%
B = 14.48%

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

#D9252B (or 0xD9252B) is known color: Alizarin. HEX triplet: D9, 25 and 2B. RGB value is (217,37,43). Sum of RGB (Red+Green+Blue) = 217+37+43=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9252B is #26DAD4. Grayscale: #5B5B5B. Windows color (decimal): -2546389 or 2827737. OLE color: 2827737.

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

Color convert

RGB 217 37 43 -
CMYK 0 0.83 0.80 0.15
HSL 358º 0.71% 0.5% -
HSV(B) 358º 0.83% 0.85% -
XYZ 29.71 16.25 3.86 -
YUV 91.5 100.63 217.51 -
System Red Green Blue C M Y K H S L
Decimal 217 37 43 0 0.83 0.80 0.15 358 0.71 0.5
Hex D9 25 2B 0 53 50 F 166 47 32
Octal 331 45 53 0 123 120 17 546 107 62
Binary 11011001 100101 101011 0 1010011 1010000 1111 101100110 1000111 110010

Color Harmonies of #D9252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9252B

Black with #D9252B

Text Example


Text Example

White with #D9252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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