Html Css Color HEX #D91B37 Crimson

📋 copy color: '#D91B37'

red 217 ◦ green 27 ◦ blue 55

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

Shades of Crimson #D91B37

Tints of Crimson #D91B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

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

R = 72.58%
G = 9.03%
B = 18.39%

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

#D91B37 (or 0xD91B37) is known color: Crimson. HEX triplet: D9, 1B and 37. RGB value is (217,27,55). Sum of RGB (Red+Green+Blue) = 217+27+55=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91B37 is #26E4C8. Grayscale: #575757. Windows color (decimal): -2548937 or 3611609. OLE color: 3611609.

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

Color convert

RGB 217 27 55 -
CMYK 0 0.88 0.75 0.15
HSL 351.16º 0.78% 0.48% -
HSV(B) 351.16º 0.88% 0.85% -
XYZ 29.7 15.81 5.1 -
YUV 87 109.95 220.72 -
System Red Green Blue C M Y K H S L
Decimal 217 27 55 0 0.88 0.75 0.15 351.16 0.78 0.48
Hex D9 1B 37 0 58 4B F 15F 4E 30
Octal 331 33 67 0 130 113 17 537 116 60
Binary 11011001 11011 110111 0 1011000 1001011 1111 101011111 1001110 110000

Color Harmonies of #D91B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91B37

Black with #D91B37

Text Example


Text Example

White with #D91B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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