Html Css Color HEX #D92541 Alizarin

📋 copy color: '#D92541'

red 217 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #D92541

Tints of Alizarin #D92541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.38%

R = 68.03%
G = 11.6%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D92541 (or 0xD92541) is known color: Alizarin. HEX triplet: D9, 25 and 41. RGB value is (217,37,65). Sum of RGB (Red+Green+Blue) = 217+37+65=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D92541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92541 is #26DABE. Grayscale: #5E5E5E. Windows color (decimal): -2546367 or 4269529. OLE color: 4269529.

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

Color convert

RGB 217 37 65 -
CMYK 0 0.83 0.70 0.15
HSL 350.67º 0.71% 0.5% -
HSV(B) 350.67º 0.83% 0.85% -
XYZ 30.23 16.46 6.58 -
YUV 94.01 111.63 215.72 -
System Red Green Blue C M Y K H S L
Decimal 217 37 65 0 0.83 0.70 0.15 350.67 0.71 0.5
Hex D9 25 41 0 53 46 F 15F 47 32
Octal 331 45 101 0 123 106 17 537 107 62
Binary 11011001 100101 1000001 0 1010011 1000110 1111 101011111 1000111 110010

Color Harmonies of #D92541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92541

Black with #D92541

Text Example


Text Example

White with #D92541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92541; }

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

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

background-color css

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

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

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

border-color css

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

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

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