#D70A06

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

Shades of Free Speech Red #D70A06

Tints of Free Speech Red #D70A06

Color information

#D70A06 (or 0xD70A06) is unknown color: approx Free Speech Red. HEX triplet: D7, 0A and 06. RGB value is (215,10,6). Sum of RGB (Red+Green+Blue) = 215+10+6=231 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.07% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70A06 is #28F5F9. Grayscale: #474747. Windows color (decimal): -2684410 or 395991. OLE color: 395991.

HSL color Cylindrical-coordinate representation of color #D70A06: hue angle of 1.15º 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 #D70A06 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB215106-
CMYK00.950.970.16
HSL1.15º94.57%43.33%-
HSV(B)1.15º97.21%84.31%-
XYZ28.1714.681.52-
YUV70.8491.42230.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 93.07%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=93.07%
G=4.33%
B=2.60%

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
Decimal21510600.950.970.161.1594.5743.33
HexD7A605F611015f2b
Octal327126013714120113753
Binary1101011110101100101111111000011000011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70A06; }

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

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

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

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

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

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

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

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