Html Css Color HEX #D91137 Crimson

📋 copy color: '#D91137'

red 217 ◦ green 17 ◦ blue 55

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

Shades of Crimson #D91137

Tints of Crimson #D91137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.88%

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 75.09%
G = 5.88%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D91137 (or 0xD91137) is known color: Crimson. HEX triplet: D9, 11 and 37. RGB value is (217,17,55). Sum of RGB (Red+Green+Blue) = 217+17+55=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D91137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91137 is #26EEC8. Grayscale: #515151. Windows color (decimal): -2551497 or 3609049. OLE color: 3609049.

HSL color Cylindrical-coordinate representation of color #D91137: hue angle of 348.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91137 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 17 55 -
CMYK 0 0.92 0.75 0.15
HSL 348.6º 0.85% 0.46% -
HSV(B) 348.6º 0.92% 0.85% -
XYZ 29.51 15.43 5.04 -
YUV 81.13 113.26 224.91 -
System Red Green Blue C M Y K H S L
Decimal 217 17 55 0 0.92 0.75 0.15 348.6 0.85 0.46
Hex D9 11 37 0 5C 4B F 15D 55 2E
Octal 331 21 67 0 134 113 17 535 125 56
Binary 11011001 10001 110111 0 1011100 1001011 1111 101011101 1010101 101110

Color Harmonies of #D91137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91137

Black with #D91137

Text Example


Text Example

White with #D91137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91137; }

 p { color: rgb(217,17,55); }

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

background-color css

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

 a { background-color: rgb(217,17,55); }

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

border-color css

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

 span { border-color: rgb(217,17,55); }

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