#D00F46

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

Shades of Crimson #D00F46

Tints of Crimson #D00F46

Color information

#D00F46 (or 0xD00F46) is unknown color: approx Crimson. HEX triplet: D0, 0F and 46. RGB value is (208,15,70). Sum of RGB (Red+Green+Blue) = 208+15+70=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00F46 is #2FF0B9. Grayscale: #4E4E4E. Windows color (decimal): -3141818 or 4591568. OLE color: 4591568.

HSL color Cylindrical-coordinate representation of color #D00F46: hue angle of 342.9º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F46 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB2081570-
CMYK00.930.660.18
HSL342.9º86.55%43.73%-
HSV(B)342.9º92.79%81.57%-
XYZ27.2914.197.1-
YUV78.98122.94220.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.99%
GREEN value IS 15 (6.25% from 255) = 5.12%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=70.99%
G=5.12%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208157000.930.660.18342.986.5543.73
HexD0F4605D4212157572c
Octal3201710601351022252712754
Binary1101000011111000110010111011000010100101010101111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F46; }

 p { color: rgb(208,15,70); }

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

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

 a { background-color: rgb(208,15,70); }

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

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

 span { border-color: rgb(208,15,70); }

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