#D11448

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

Shades of Crimson #D11448

Tints of Crimson #D11448

Color information

#D11448 (or 0xD11448) is unknown color: approx Crimson. HEX triplet: D1, 14 and 48. RGB value is (209,20,72). Sum of RGB (Red+Green+Blue) = 209+20+72=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D11448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11448 is #2EEBB7. Grayscale: #525252. Windows color (decimal): -3075000 or 4723921. OLE color: 4723921.

HSL color Cylindrical-coordinate representation of color #D11448: hue angle of 343.49º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11448 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB2092072-
CMYK00.900.660.18
HSL343.49º82.53%44.9%-
HSV(B)343.49º90.43%81.96%-
XYZ27.7114.527.47-
YUV82.44122.12218.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 69.44%
GREEN value IS 20 (8.20% from 255) = 6.64%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=69.44%
G=6.64%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209207200.900.660.18343.4982.5344.9
HexD1144805A4212157532d
Octal3212411001321022252712355
Binary11010001101001001000010110101000010100101010101111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11448; }

 p { color: rgb(209,20,72); }

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

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

 a { background-color: rgb(209,20,72); }

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

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

 span { border-color: rgb(209,20,72); }

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