#D70B35

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

Shades of Crimson #D70B35

Tints of Crimson #D70B35

Color information

#D70B35 (or 0xD70B35) is unknown color: approx Crimson. HEX triplet: D7, 0B and 35. RGB value is (215,11,53). Sum of RGB (Red+Green+Blue) = 215+11+53=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B35 is #28F4CA. Grayscale: #4C4C4C. Windows color (decimal): -2684107 or 3476439. OLE color: 3476439.

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

Color convert

RGB2151153-
CMYK00.950.750.16
HSL347.65º90.27%44.31%-
HSV(B)347.65º94.88%84.31%-
XYZ28.7914.944.74-
YUV76.78114.59226.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 77.06%
GREEN value IS 11 (4.69% from 255) = 3.94%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=77.06%
G=3.94%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215115300.950.750.16347.6590.2744.31
HexD7B3505F4B1015c5a2c
Octal327136501371132053413254
Binary110101111011110101010111111001011100001010111001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70B35; }

 p { color: rgb(215,11,53); }

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

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

 a { background-color: rgb(215,11,53); }

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

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

 span { border-color: rgb(215,11,53); }

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