Html Css Color HEX #D91731 Crimson

📋 copy color: '#D91731'

red 217 ◦ green 23 ◦ blue 49

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

Shades of Crimson #D91731

Tints of Crimson #D91731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

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

R = 75.09%
G = 7.96%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D91731 (or 0xD91731) is known color: Crimson. HEX triplet: D9, 17 and 31. RGB value is (217,23,49). Sum of RGB (Red+Green+Blue) = 217+23+49=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D91731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91731 is #26E8CE. Grayscale: #545454. Windows color (decimal): -2549967 or 3217369. OLE color: 3217369.

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

Color convert

RGB 217 23 49 -
CMYK 0 0.89 0.77 0.15
HSL 351.96º 0.81% 0.47% -
HSV(B) 351.96º 0.89% 0.85% -
XYZ 29.48 15.59 4.36 -
YUV 83.97 108.27 222.89 -
System Red Green Blue C M Y K H S L
Decimal 217 23 49 0 0.89 0.77 0.15 351.96 0.81 0.47
Hex D9 17 31 0 59 4D F 160 51 2F
Octal 331 27 61 0 131 115 17 540 121 57
Binary 11011001 10111 110001 0 1011001 1001101 1111 101100000 1010001 101111

Color Harmonies of #D91731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91731

Black with #D91731

Text Example


Text Example

White with #D91731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91731; }

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

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

background-color css

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

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

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

border-color css

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

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

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