#D70B06

Color #D70B06 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #D70B06

Tints of Free Speech Red #D70B06

Color information

#D70B06 (or 0xD70B06) is unknown color: approx Free Speech Red. HEX triplet: D7, 0B and 06. RGB value is (215,11,6). Sum of RGB (Red+Green+Blue) = 215+11+6=232 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.67% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70B06 is #28F4F9. Grayscale: #474747. Windows color (decimal): -2684154 or 396247. OLE color: 396247.

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

Color convert

RGB215116-
CMYK00.950.970.16
HSL1.44º94.57%43.33%-
HSV(B)1.44º97.21%84.31%-
XYZ28.1814.71.52-
YUV71.4391.09230.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 92.67%
GREEN value IS 11 (4.69% from 255) = 4.74%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=92.67%
G=4.74%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511600.950.970.161.4494.5743.33
HexD7B605F611015f2b
Octal327136013714120113753
Binary1101011110111100101111111000011000011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70B06; }

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

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

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

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

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

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

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

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