Html Css Color HEX #D92930 Alizarin

📋 copy color: '#D92930'

red 217 ◦ green 41 ◦ blue 48

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

Shades of Alizarin #D92930

Tints of Alizarin #D92930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 70.92%
G = 13.4%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D92930 (or 0xD92930) is known color: Alizarin. HEX triplet: D9, 29 and 30. RGB value is (217,41,48). Sum of RGB (Red+Green+Blue) = 217+41+48=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D92930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92930 is #26D6CF. Grayscale: #5E5E5E. Windows color (decimal): -2545360 or 3156441. OLE color: 3156441.

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

Color convert

RGB 217 41 48 -
CMYK 0 0.81 0.78 0.15
HSL 357.61º 0.7% 0.51% -
HSV(B) 357.61º 0.81% 0.85% -
XYZ 29.94 16.55 4.41 -
YUV 94.42 101.81 215.43 -
System Red Green Blue C M Y K H S L
Decimal 217 41 48 0 0.81 0.78 0.15 357.61 0.7 0.51
Hex D9 29 30 0 51 4E F 166 46 33
Octal 331 51 60 0 121 116 17 546 106 63
Binary 11011001 101001 110000 0 1010001 1001110 1111 101100110 1000110 110011

Color Harmonies of #D92930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92930

Black with #D92930

Text Example


Text Example

White with #D92930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92930; }

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

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

background-color css

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

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

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

border-color css

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

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

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