#d11a3c

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

Shades of Crimson #D11A3C

Tints of Crimson #D11A3C

Color information

#D11A3C (or 0xD11A3C) is unknown color: approx Crimson. HEX triplet: D1, 1A and 3C. RGB value is (209,26,60). Sum of RGB (Red+Green+Blue) = 209+26+60=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A3C is #2EE5C3. Grayscale: #545454. Windows color (decimal): -3073476 or 3939025. OLE color: 3939025.

HSL color Cylindrical-coordinate representation of color #D11A3C: hue angle of 348.85º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A3C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2092660-
CMYK00.880.710.18
HSL348.85º77.87%46.08%-
HSV(B)348.85º87.56%81.96%-
XYZ27.4814.625.65-
YUV84.59114.13216.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 70.85%
GREEN value IS 26 (10.55% from 255) = 8.81%
BLUE value IS 60 (23.83% from 255) = 20.34%
R=70.85%
G=8.81%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209266000.880.710.18348.8577.8746.08
HexD11A3C058471215d4e2e
Octal321327401301072253511656
Binary1101000111010111100010110001000111100101010111011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d11a3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d11a3c; }

 p { color: rgb(209,26,60); }

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

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

 a { background-color: rgb(209,26,60); }

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

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

 span { border-color: rgb(209,26,60); }

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