#D30C3A

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

Shades of Crimson #D30C3A

Tints of Crimson #D30C3A

Color information

#D30C3A (or 0xD30C3A) is unknown color: approx Crimson. HEX triplet: D3, 0C and 3A. RGB value is (211,12,58). Sum of RGB (Red+Green+Blue) = 211+12+58=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30C3A is #2CF3C5. Grayscale: #4C4C4C. Windows color (decimal): -2945990 or 3804371. OLE color: 3804371.

HSL color Cylindrical-coordinate representation of color #D30C3A: hue angle of 346.13º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30C3A is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB2111258-
CMYK00.940.730.17
HSL346.13º89.24%43.73%-
HSV(B)346.13º94.31%82.75%-
XYZ27.7614.425.32-
YUV76.74117.43223.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 75.09%
GREEN value IS 12 (5.08% from 255) = 4.27%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=75.09%
G=4.27%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211125800.940.730.17346.1389.2443.73
HexD3C3A05E491115a592c
Octal323147201361112153213154
Binary110100111100111010010111101001001100011010110101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30C3A; }

 p { color: rgb(211,12,58); }

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

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

 a { background-color: rgb(211,12,58); }

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

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

 span { border-color: rgb(211,12,58); }

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