#D91036

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

Shades of Crimson #D91036

Tints of Crimson #D91036

Color information

#D91036 (or 0xD91036) is unknown color: approx Crimson. HEX triplet: D9, 10 and 36. RGB value is (217,16,54). Sum of RGB (Red+Green+Blue) = 217+16+54=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D91036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91036 is #26EFC9. Grayscale: #505050. Windows color (decimal): -2551754 or 3543257. OLE color: 3543257.

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

Color convert

RGB2171654-
CMYK00.930.750.15
HSL348.66º86.27%45.69%-
HSV(B)348.66º92.63%85.1%-
XYZ29.4715.394.91-
YUV80.43113.09225.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 75.61%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=75.61%
G=5.57%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217165400.930.750.15348.6686.2745.69
HexD9103605D4BF15d562e
Octal331206601351131753512656
Binary110110011000011011001011101100101111111010111011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91036; }

 p { color: rgb(217,16,54); }

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

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

 a { background-color: rgb(217,16,54); }

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

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

 span { border-color: rgb(217,16,54); }

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