Html Css Color HEX #D92534 Alizarin

📋 copy color: '#D92534'

red 217 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #D92534

Tints of Alizarin #D92534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 70.92%
G = 12.09%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D92534 (or 0xD92534) is known color: Alizarin. HEX triplet: D9, 25 and 34. RGB value is (217,37,52). Sum of RGB (Red+Green+Blue) = 217+37+52=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D92534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92534 is #26DACB. Grayscale: #5C5C5C. Windows color (decimal): -2546380 or 3417561. OLE color: 3417561.

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

Color convert

RGB 217 37 52 -
CMYK 0 0.83 0.76 0.15
HSL 355º 0.71% 0.5% -
HSV(B) 355º 0.83% 0.85% -
XYZ 29.9 16.32 4.82 -
YUV 92.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 217 37 52 0 0.83 0.76 0.15 355 0.71 0.5
Hex D9 25 34 0 53 4C F 163 47 32
Octal 331 45 64 0 123 114 17 543 107 62
Binary 11011001 100101 110100 0 1010011 1001100 1111 101100011 1000111 110010

Color Harmonies of #D92534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92534

Black with #D92534

Text Example


Text Example

White with #D92534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92534; }

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

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

background-color css

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

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

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

border-color css

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

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

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