#D70E30

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

Shades of Crimson #D70E30

Tints of Crimson #D70E30

Color information

#D70E30 (or 0xD70E30) is unknown color: approx Crimson. HEX triplet: D7, 0E and 30. RGB value is (215,14,48). Sum of RGB (Red+Green+Blue) = 215+14+48=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70E30 is #28F1CF. Grayscale: #4E4E4E. Windows color (decimal): -2683344 or 3149527. OLE color: 3149527.

HSL color Cylindrical-coordinate representation of color #D70E30: hue angle of 349.85º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70E30 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB2151448-
CMYK00.930.780.16
HSL349.85º87.77%44.9%-
HSV(B)349.85º93.49%84.31%-
XYZ28.7114.974.17-
YUV77.97111.09225.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 77.62%
GREEN value IS 14 (5.86% from 255) = 5.05%
BLUE value IS 48 (19.14% from 255) = 17.33%
R=77.62%
G=5.05%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215144800.930.780.16349.8587.7744.9
HexD7E3005D4E1015e582d
Octal327166001351162053613055
Binary110101111110110000010111011001110100001010111101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70E30; }

 p { color: rgb(215,14,48); }

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

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

 a { background-color: rgb(215,14,48); }

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

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

 span { border-color: rgb(215,14,48); }

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