Html Css Color HEX #D91337 Crimson

📋 copy color: '#D91337'

red 217 ◦ green 19 ◦ blue 55

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

Shades of Crimson #D91337

Tints of Crimson #D91337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

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

R = 74.57%
G = 6.53%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D91337 (or 0xD91337) is known color: Crimson. HEX triplet: D9, 13 and 37. RGB value is (217,19,55). Sum of RGB (Red+Green+Blue) = 217+19+55=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D91337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91337 is #26ECC8. Grayscale: #525252. Windows color (decimal): -2550985 or 3609561. OLE color: 3609561.

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

Color convert

RGB 217 19 55 -
CMYK 0 0.91 0.75 0.15
HSL 349.09º 0.84% 0.46% -
HSV(B) 349.09º 0.91% 0.85% -
XYZ 29.54 15.49 5.05 -
YUV 82.31 112.6 224.07 -
System Red Green Blue C M Y K H S L
Decimal 217 19 55 0 0.91 0.75 0.15 349.09 0.84 0.46
Hex D9 13 37 0 5B 4B F 15D 54 2E
Octal 331 23 67 0 133 113 17 535 124 56
Binary 11011001 10011 110111 0 1011011 1001011 1111 101011101 1010100 101110

Color Harmonies of #D91337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91337

Black with #D91337

Text Example


Text Example

White with #D91337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91337; }

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

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

background-color css

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

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

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

border-color css

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

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

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