#C71700

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

Shades of Free Speech Red #C71700

Tints of Free Speech Red #C71700

Color information

#C71700 (or 0xC71700) is unknown color: approx Free Speech Red. HEX triplet: C7, 17 and 00. RGB value is (199,23,0). Sum of RGB (Red+Green+Blue) = 199+23+0=222 (29% of max value = 765). Red value is 199 (78.12% from 255 or 89.64% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 199 - color contains mainly: red. Hex color #C71700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C71700 is #38E8FF. Grayscale: #494949. Windows color (decimal): -3729664 or 6087. OLE color: 6087.

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

Color convert

RGB199230-
CMYK00.8810.22
HSL6.93º100%39.02%-
HSV(B)6.93º100%78.04%-
XYZ23.8612.751.2-
YUV7386.81217.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 89.64%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.64%
G=10.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19923000.8810.226.9310039.02
HexC7170058641676427
Octal307270013014426714447
Binary11000111101110010110001100100101101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71700; }

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

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

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

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

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

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

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

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