Html Css Color HEX #D91D37 Crimson

📋 copy color: '#D91D37'

red 217 ◦ green 29 ◦ blue 55

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

Shades of Crimson #D91D37

Tints of Crimson #D91D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

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

R = 72.09%
G = 9.63%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D91D37 (or 0xD91D37) is known color: Crimson. HEX triplet: D9, 1D and 37. RGB value is (217,29,55). Sum of RGB (Red+Green+Blue) = 217+29+55=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D37 is #26E2C8. Grayscale: #585858. Windows color (decimal): -2548425 or 3612121. OLE color: 3612121.

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

Color convert

RGB 217 29 55 -
CMYK 0 0.87 0.75 0.15
HSL 351.7º 0.76% 0.48% -
HSV(B) 351.7º 0.87% 0.85% -
XYZ 29.74 15.91 5.12 -
YUV 88.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 217 29 55 0 0.87 0.75 0.15 351.7 0.76 0.48
Hex D9 1D 37 0 57 4B F 160 4C 30
Octal 331 35 67 0 127 113 17 540 114 60
Binary 11011001 11101 110111 0 1010111 1001011 1111 101100000 1001100 110000

Color Harmonies of #D91D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D37

Black with #D91D37

Text Example


Text Example

White with #D91D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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