#D10038

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

Shades of Crimson #D10038

Tints of Crimson #D10038

Color information

#D10038 (or 0xD10038) is unknown color: approx Crimson. HEX triplet: D1, 00 and 38. RGB value is (209,0,56). Sum of RGB (Red+Green+Blue) = 209+0+56=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D10038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10038 is #2EFFC7. Grayscale: #444444. Windows color (decimal): -3080136 or 3670225. OLE color: 3670225.

HSL color Cylindrical-coordinate representation of color #D10038: hue angle of 343.92º 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 #D10038 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB209056-
CMYK010.730.18
HSL343.92º100%40.98%-
HSV(B)343.92º100%81.96%-
XYZ27.0113.844.99-
YUV68.88120.74227.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 78.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=78.87%
G=0%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209056010.730.18343.9210040.98
HexD103806449121586429
Octal32107001441112253014451
Binary110100010111000011001001001001100101010110001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10038; }

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

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

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

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

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

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

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

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