Html Css Color HEX #D91941 Crimson

📋 copy color: '#D91941'

red 217 ◦ green 25 ◦ blue 65

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

Shades of Crimson #D91941

Tints of Crimson #D91941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 70.68%
G = 8.14%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D91941 (or 0xD91941) is known color: Crimson. HEX triplet: D9, 19 and 41. RGB value is (217,25,65). Sum of RGB (Red+Green+Blue) = 217+25+65=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D91941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91941 is #26E6BE. Grayscale: #575757. Windows color (decimal): -2549439 or 4266457. OLE color: 4266457.

HSL color Cylindrical-coordinate representation of color #D91941: hue angle of 347.5º 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 #D91941 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 65 -
CMYK 0 0.88 0.70 0.15
HSL 347.5º 0.79% 0.47% -
HSV(B) 347.5º 0.88% 0.85% -
XYZ 29.92 15.83 6.48 -
YUV 86.97 115.61 220.75 -
System Red Green Blue C M Y K H S L
Decimal 217 25 65 0 0.88 0.70 0.15 347.5 0.79 0.47
Hex D9 19 41 0 58 46 F 15C 4F 2F
Octal 331 31 101 0 130 106 17 534 117 57
Binary 11011001 11001 1000001 0 1011000 1000110 1111 101011100 1001111 101111

Color Harmonies of #D91941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91941

Black with #D91941

Text Example


Text Example

White with #D91941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91941; }

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

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

background-color css

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

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

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

border-color css

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

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

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