Html Css Color HEX #D92440 Alizarin

📋 copy color: '#D92440'

red 217 ◦ green 36 ◦ blue 64

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

Shades of Alizarin #D92440

Tints of Alizarin #D92440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 68.45%
G = 11.36%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D92440 (or 0xD92440) is known color: Alizarin. HEX triplet: D9, 24 and 40. RGB value is (217,36,64). Sum of RGB (Red+Green+Blue) = 217+36+64=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D92440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92440 is #26DBBF. Grayscale: #5D5D5D. Windows color (decimal): -2546624 or 4203737. OLE color: 4203737.

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

Color convert

RGB 217 36 64 -
CMYK 0 0.83 0.71 0.15
HSL 350.72º 0.72% 0.5% -
HSV(B) 350.72º 0.83% 0.85% -
XYZ 30.17 16.38 6.42 -
YUV 93.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 217 36 64 0 0.83 0.71 0.15 350.72 0.72 0.5
Hex D9 24 40 0 53 47 F 15F 48 32
Octal 331 44 100 0 123 107 17 537 110 62
Binary 11011001 100100 1000000 0 1010011 1000111 1111 101011111 1001000 110010

Color Harmonies of #D92440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92440

Black with #D92440

Text Example


Text Example

White with #D92440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92440; }

 p { color: rgb(217,36,64); }

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

background-color css

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

 a { background-color: rgb(217,36,64); }

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

border-color css

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

 span { border-color: rgb(217,36,64); }

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