#D30B3A

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

Shades of Crimson #D30B3A

Tints of Crimson #D30B3A

Color information

#D30B3A (or 0xD30B3A) is unknown color: approx Crimson. HEX triplet: D3, 0B and 3A. RGB value is (211,11,58). Sum of RGB (Red+Green+Blue) = 211+11+58=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30B3A is #2CF4C5. Grayscale: #4C4C4C. Windows color (decimal): -2946246 or 3804115. OLE color: 3804115.

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

Color convert

RGB2111158-
CMYK00.950.730.17
HSL345.9º90.09%43.53%-
HSV(B)345.9º94.79%82.75%-
XYZ27.7514.395.32-
YUV76.16117.76224.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 75.36%
GREEN value IS 11 (4.69% from 255) = 3.93%
BLUE value IS 58 (23.05% from 255) = 20.71%
R=75.36%
G=3.93%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211115800.950.730.17345.990.0943.53
HexD3B3A05F491115a5a2c
Octal323137201371112153213254
Binary110100111011111010010111111001001100011010110101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30B3A; }

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

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

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

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

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

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

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

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