Html Css Color HEX #D91146 Crimson

📋 copy color: '#D91146'

red 217 ◦ green 17 ◦ blue 70

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

Shades of Crimson #D91146

Tints of Crimson #D91146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 71.38%
G = 5.59%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D91146 (or 0xD91146) is known color: Crimson. HEX triplet: D9, 11 and 46. RGB value is (217,17,70). Sum of RGB (Red+Green+Blue) = 217+17+70=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D91146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91146 is #26EEB9. Grayscale: #525252. Windows color (decimal): -2551482 or 4592089. OLE color: 4592089.

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

Color convert

RGB 217 17 70 -
CMYK 0 0.92 0.68 0.15
HSL 344.1º 0.85% 0.46% -
HSV(B) 344.1º 0.92% 0.85% -
XYZ 29.92 15.59 7.23 -
YUV 82.84 120.76 223.69 -
System Red Green Blue C M Y K H S L
Decimal 217 17 70 0 0.92 0.68 0.15 344.1 0.85 0.46
Hex D9 11 46 0 5C 44 F 158 55 2E
Octal 331 21 106 0 134 104 17 530 125 56
Binary 11011001 10001 1000110 0 1011100 1000100 1111 101011000 1010101 101110

Color Harmonies of #D91146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91146

Black with #D91146

Text Example


Text Example

White with #D91146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91146; }

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

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

background-color css

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

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

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

border-color css

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

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

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