#C70F00

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

Shades of Free Speech Red #C70F00

Tints of Free Speech Red #C70F00

Color information

#C70F00 (or 0xC70F00) is unknown color: approx Free Speech Red. HEX triplet: C7, 0F and 00. RGB value is (199,15,0). Sum of RGB (Red+Green+Blue) = 199+15+0=214 (28% of max value = 765). Red value is 199 (78.12% from 255 or 92.99% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70F00 is #38F0FF. Grayscale: #444444. Windows color (decimal): -3731712 or 4039. OLE color: 4039.

HSL color Cylindrical-coordinate representation of color #C70F00: hue angle of 4.52º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70F00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB199150-
CMYK00.9210.22
HSL4.52º100%39.02%-
HSV(B)4.52º100%78.04%-
XYZ23.7212.481.16-
YUV68.3189.46221.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 92.99%
GREEN value IS 15 (6.25% from 255) = 7.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.99%
G=7.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915000.9210.224.5210039.02
HexC7F005C641656427
Octal307170013414426514447
Binary1100011111110010111001100100101101011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70F00; }

 p { color: rgb(199,15,0); }

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

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

 a { background-color: rgb(199,15,0); }

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

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

 span { border-color: rgb(199,15,0); }

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