Html Css Color HEX #D91937 Crimson

📋 copy color: '#D91937'

red 217 ◦ green 25 ◦ blue 55

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

Shades of Crimson #D91937

Tints of Crimson #D91937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 73.06%
G = 8.42%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D91937 (or 0xD91937) is known color: Crimson. HEX triplet: D9, 19 and 37. RGB value is (217,25,55). Sum of RGB (Red+Green+Blue) = 217+25+55=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D91937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91937 is #26E6C8. Grayscale: #555555. Windows color (decimal): -2549449 or 3611097. OLE color: 3611097.

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

Color convert

RGB 217 25 55 -
CMYK 0 0.88 0.75 0.15
HSL 350.63º 0.79% 0.47% -
HSV(B) 350.63º 0.88% 0.85% -
XYZ 29.65 15.72 5.09 -
YUV 85.83 110.61 221.56 -
System Red Green Blue C M Y K H S L
Decimal 217 25 55 0 0.88 0.75 0.15 350.63 0.79 0.47
Hex D9 19 37 0 58 4B F 15F 4F 2F
Octal 331 31 67 0 130 113 17 537 117 57
Binary 11011001 11001 110111 0 1011000 1001011 1111 101011111 1001111 101111

Color Harmonies of #D91937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91937

Black with #D91937

Text Example


Text Example

White with #D91937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91937; }

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

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

background-color css

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

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

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

border-color css

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

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

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