#D91F41

Color #D91F41 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D91F41

Tints of Crimson #D91F41

Color information

#D91F41 (or 0xD91F41) is unknown color: approx Crimson. HEX triplet: D9, 1F and 41. RGB value is (217,31,65). Sum of RGB (Red+Green+Blue) = 217+31+65=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91F41 is #26E0BE. Grayscale: #5A5A5A. Windows color (decimal): -2547903 or 4267993. OLE color: 4267993.

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

Color convert

RGB2173165-
CMYK00.860.700.15
HSL349.03º75%48.63%-
HSV(B)349.03º85.71%85.1%-
XYZ30.0616.116.53-
YUV90.49113.62218.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 69.33%
GREEN value IS 31 (12.5% from 255) = 9.90%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=69.33%
G=9.90%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217316500.860.700.15349.037548.63
HexD91F4105646F15d4b31
Octal3313710101261061753511361
Binary1101100111111100000101010110100011011111010111011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91F41; }

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

 H1.HeaderClassName
 {
   color: #D91F41;
 }
 .AnyTagClassName
 {
   color: #D91F41;
 }
</style>
background-color css

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

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

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

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

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

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