#C70D00

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

Shades of Free Speech Red #C70D00

Tints of Free Speech Red #C70D00

Color information

#C70D00 (or 0xC70D00) is unknown color: approx Free Speech Red. HEX triplet: C7, 0D and 00. RGB value is (199,13,0). Sum of RGB (Red+Green+Blue) = 199+13+0=212 (28% of max value = 765). Red value is 199 (78.12% from 255 or 93.87% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C70D00 is #38F2FF. Grayscale: #434343. Windows color (decimal): -3732224 or 3527. OLE color: 3527.

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

Color convert

RGB199130-
CMYK00.9310.22
HSL3.92º100%39.02%-
HSV(B)3.92º100%78.04%-
XYZ23.712.431.15-
YUV67.1390.12222.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 93.87%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.87%
G=6.13%
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
Decimal19913000.9310.223.9210039.02
HexC7D005D641646427
Octal307150013514426414447
Binary1100011111010010111011100100101101001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70D00; }

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

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

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

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

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

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

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

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