Html Css Color HEX #D92532 Alizarin

📋 copy color: '#D92532'

red 217 ◦ green 37 ◦ blue 50

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

Shades of Alizarin #D92532

Tints of Alizarin #D92532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 71.38%
G = 12.17%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D92532 (or 0xD92532) is known color: Alizarin. HEX triplet: D9, 25 and 32. RGB value is (217,37,50). Sum of RGB (Red+Green+Blue) = 217+37+50=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D92532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92532 is #26DACD. Grayscale: #5C5C5C. Windows color (decimal): -2546382 or 3286489. OLE color: 3286489.

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

Color convert

RGB 217 37 50 -
CMYK 0 0.83 0.77 0.15
HSL 355.67º 0.71% 0.5% -
HSV(B) 355.67º 0.83% 0.85% -
XYZ 29.85 16.31 4.59 -
YUV 92.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 217 37 50 0 0.83 0.77 0.15 355.67 0.71 0.5
Hex D9 25 32 0 53 4D F 164 47 32
Octal 331 45 62 0 123 115 17 544 107 62
Binary 11011001 100101 110010 0 1010011 1001101 1111 101100100 1000111 110010

Color Harmonies of #D92532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92532

Black with #D92532

Text Example


Text Example

White with #D92532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92532; }

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

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

background-color css

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

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

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

border-color css

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

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

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