#C70E00

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

Shades of Free Speech Red #C70E00

Tints of Free Speech Red #C70E00

Color information

#C70E00 (or 0xC70E00) is unknown color: approx Free Speech Red. HEX triplet: C7, 0E and 00. RGB value is (199,14,0). Sum of RGB (Red+Green+Blue) = 199+14+0=213 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.43% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70E00 is #38F1FF. Grayscale: #434343. Windows color (decimal): -3731968 or 3783. OLE color: 3783.

HSL color Cylindrical-coordinate representation of color #C70E00: hue angle of 4.22º 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 #C70E00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB199140-
CMYK00.9310.22
HSL4.22º100%39.02%-
HSV(B)4.22º100%78.04%-
XYZ23.7112.461.15-
YUV67.7289.79221.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 93.43%
GREEN value IS 14 (5.86% from 255) = 6.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.43%
G=6.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914000.9310.224.2210039.02
HexC7E005D641646427
Octal307160013514426414447
Binary1100011111100010111011100100101101001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70E00; }

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

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

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

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

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

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

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

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