#D10043

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

Shades of Crimson #D10043

Tints of Crimson #D10043

Color information

#D10043 (or 0xD10043) is unknown color: approx Crimson. HEX triplet: D1, 00 and 43. RGB value is (209,0,67). Sum of RGB (Red+Green+Blue) = 209+0+67=276 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.72% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 209 - color contains mainly: red. Hex color #D10043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10043 is #2EFFBC. Grayscale: #464646. Windows color (decimal): -3080125 or 4391121. OLE color: 4391121.

HSL color Cylindrical-coordinate representation of color #D10043: hue angle of 340.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10043 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB209067-
CMYK010.680.18
HSL340.77º100%40.98%-
HSV(B)340.77º100%81.96%-
XYZ27.3113.966.57-
YUV70.13126.24227.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 75.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 67 (26.56% from 255) = 24.28%
R=75.72%
G=0%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209067010.680.18340.7710040.98
HexD104306444121556429
Octal321010301441042252514451
Binary1101000101000011011001001000100100101010101011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10043; }

 p { color: rgb(209,0,67); }

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

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

 a { background-color: rgb(209,0,67); }

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

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

 span { border-color: rgb(209,0,67); }

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