#D30F2E

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

Shades of Crimson #D30F2E

Tints of Crimson #D30F2E

Color information

#D30F2E (or 0xD30F2E) is unknown color: approx Crimson. HEX triplet: D3, 0F and 2E. RGB value is (211,15,46). Sum of RGB (Red+Green+Blue) = 211+15+46=272 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.57% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30F2E is #2CF0D1. Grayscale: #4D4D4D. Windows color (decimal): -2945234 or 3018707. OLE color: 3018707.

HSL color Cylindrical-coordinate representation of color #D30F2E: hue angle of 350.51º 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 #D30F2E is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB2111546-
CMYK00.930.780.17
HSL350.51º86.73%44.31%-
HSV(B)350.51º92.89%82.75%-
XYZ27.5314.393.91-
YUV77.14110.43223.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 77.57%
GREEN value IS 15 (6.25% from 255) = 5.51%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=77.57%
G=5.51%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211154600.930.780.17350.5186.7344.31
HexD3F2E05D4E1115f572c
Octal323175601351162153712754
Binary110100111111101110010111011001110100011010111111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30F2E; }

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

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

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

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

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

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

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

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