Html Css Color HEX #D91537 Crimson

📋 copy color: '#D91537'

red 217 ◦ green 21 ◦ blue 55

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

Shades of Crimson #D91537

Tints of Crimson #D91537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

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

R = 74.06%
G = 7.17%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D91537 (or 0xD91537) is known color: Crimson. HEX triplet: D9, 15 and 37. RGB value is (217,21,55). Sum of RGB (Red+Green+Blue) = 217+21+55=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D91537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91537 is #26EAC8. Grayscale: #535353. Windows color (decimal): -2550473 or 3610073. OLE color: 3610073.

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

Color convert

RGB 217 21 55 -
CMYK 0 0.90 0.75 0.15
HSL 349.59º 0.82% 0.47% -
HSV(B) 349.59º 0.9% 0.85% -
XYZ 29.57 15.56 5.06 -
YUV 83.48 111.93 223.24 -
System Red Green Blue C M Y K H S L
Decimal 217 21 55 0 0.90 0.75 0.15 349.59 0.82 0.47
Hex D9 15 37 0 5A 4B F 15E 52 2F
Octal 331 25 67 0 132 113 17 536 122 57
Binary 11011001 10101 110111 0 1011010 1001011 1111 101011110 1010010 101111

Color Harmonies of #D91537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91537

Black with #D91537

Text Example


Text Example

White with #D91537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91537; }

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

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

background-color css

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

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

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

border-color css

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

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

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