Html Css Color HEX #D92940 Alizarin

📋 copy color: '#D92940'

red 217 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #D92940

Tints of Alizarin #D92940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

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

R = 67.39%
G = 12.73%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D92940 (or 0xD92940) is known color: Alizarin. HEX triplet: D9, 29 and 40. RGB value is (217,41,64). Sum of RGB (Red+Green+Blue) = 217+41+64=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D92940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92940 is #26D6BF. Grayscale: #606060. Windows color (decimal): -2545344 or 4205017. OLE color: 4205017.

HSL color Cylindrical-coordinate representation of color #D92940: hue angle of 352.16º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92940 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 64 -
CMYK 0 0.81 0.71 0.15
HSL 352.16º 0.7% 0.51% -
HSV(B) 352.16º 0.81% 0.85% -
XYZ 30.33 16.71 6.48 -
YUV 96.25 109.81 214.13 -
System Red Green Blue C M Y K H S L
Decimal 217 41 64 0 0.81 0.71 0.15 352.16 0.7 0.51
Hex D9 29 40 0 51 47 F 160 46 33
Octal 331 51 100 0 121 107 17 540 106 63
Binary 11011001 101001 1000000 0 1010001 1000111 1111 101100000 1000110 110011

Color Harmonies of #D92940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92940

Black with #D92940

Text Example


Text Example

White with #D92940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92940; }

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

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

background-color css

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

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

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

border-color css

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

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

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