#D30348

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

Shades of Crimson #D30348

Tints of Crimson #D30348

Color information

#D30348 (or 0xD30348) is unknown color: approx Crimson. HEX triplet: D3, 03 and 48. RGB value is (211,3,72). Sum of RGB (Red+Green+Blue) = 211+3+72=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D30348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30348 is #2CFCB7. Grayscale: #484848. Windows color (decimal): -2948280 or 4719571. OLE color: 4719571.

HSL color Cylindrical-coordinate representation of color #D30348: hue angle of 340.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30348 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB211372-
CMYK00.990.660.17
HSL340.1º97.2%41.96%-
HSV(B)340.1º98.58%82.75%-
XYZ28.0714.387.43-
YUV73.06127.41226.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 73.78%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=73.78%
G=1.05%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21137200.990.660.17340.197.241.96
HexD33480634211154612a
Octal323311001431022152414152
Binary11010011111001000011000111000010100011010101001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30348; }

 p { color: rgb(211,3,72); }

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

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

 a { background-color: rgb(211,3,72); }

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

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

 span { border-color: rgb(211,3,72); }

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