Html Css Color HEX #D92F31 Alizarin

📋 copy color: '#D92F31'

red 217 ◦ green 47 ◦ blue 49

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

Shades of Alizarin #D92F31

Tints of Alizarin #D92F31

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.02%

 BLUE value IS 49 (19.53% from 255) = 15.65%

R = 69.33%
G = 15.02%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D92F31 (or 0xD92F31) is known color: Alizarin. HEX triplet: D9, 2F and 31. RGB value is (217,47,49). Sum of RGB (Red+Green+Blue) = 217+47+49=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F31 is #26D0CE. Grayscale: #626262. Windows color (decimal): -2543823 or 3223513. OLE color: 3223513.

HSL color Cylindrical-coordinate representation of color #D92F31: hue angle of 359.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D92F31 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 47 49 -
CMYK 0 0.78 0.77 0.15
HSL 359.29º 0.69% 0.52% -
HSV(B) 359.29º 0.78% 0.85% -
XYZ 30.19 17.01 4.6 -
YUV 98.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 217 47 49 0 0.78 0.77 0.15 359.29 0.69 0.52
Hex D9 2F 31 0 4E 4D F 167 45 34
Octal 331 57 61 0 116 115 17 547 105 64
Binary 11011001 101111 110001 0 1001110 1001101 1111 101100111 1000101 110100

Color Harmonies of #D92F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F31

Black with #D92F31

Text Example


Text Example

White with #D92F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F31; }

 p { color: rgb(217,47,49); }

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

background-color css

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

 a { background-color: rgb(217,47,49); }

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

border-color css

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

 span { border-color: rgb(217,47,49); }

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