#D30F30

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

Shades of Crimson #D30F30

Tints of Crimson #D30F30

Color information

#D30F30 (or 0xD30F30) is unknown color: approx Crimson. HEX triplet: D3, 0F and 30. RGB value is (211,15,48). Sum of RGB (Red+Green+Blue) = 211+15+48=274 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.01% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30F30 is #2CF0CF. Grayscale: #4D4D4D. Windows color (decimal): -2945232 or 3149779. OLE color: 3149779.

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

Color convert

RGB2111548-
CMYK00.930.770.17
HSL349.9º86.73%44.31%-
HSV(B)349.9º92.89%82.75%-
XYZ27.5714.44.12-
YUV77.37111.43223.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 77.01%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 48 (19.14% from 255) = 17.52%
R=77.01%
G=5.47%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211154800.930.770.17349.986.7344.31
HexD3F3005D4D1115e572c
Octal323176001351152153612754
Binary110100111111110000010111011001101100011010111101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30F30; }

 p { color: rgb(211,15,48); }

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

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

 a { background-color: rgb(211,15,48); }

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

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

 span { border-color: rgb(211,15,48); }

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