#D30040

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

Shades of Crimson #D30040

Tints of Crimson #D30040

Color information

#D30040 (or 0xD30040) is unknown color: approx Crimson. HEX triplet: D3, 00 and 40. RGB value is (211,0,64). Sum of RGB (Red+Green+Blue) = 211+0+64=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D30040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30040 is #2CFFBF. Grayscale: #464646. Windows color (decimal): -2949056 or 4194515. OLE color: 4194515.

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

Color convert

RGB211064-
CMYK010.700.17
HSL341.8º100%41.37%-
HSV(B)341.8º100%82.75%-
XYZ27.7914.226.13-
YUV70.39124.4228.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 76.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=76.73%
G=0%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211064010.700.17341.810041.37
HexD304006446111566429
Octal323010001441062152614451
Binary1101001101000000011001001000110100011010101101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30040; }

 p { color: rgb(211,0,64); }

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

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

 a { background-color: rgb(211,0,64); }

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

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

 span { border-color: rgb(211,0,64); }

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