#c9170f

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

Shades of Free Speech Red #C9170F

Tints of Free Speech Red #C9170F

Color information

#C9170F (or 0xC9170F) is unknown color: approx Free Speech Red. HEX triplet: C9, 17 and 0F. RGB value is (201,23,15). Sum of RGB (Red+Green+Blue) = 201+23+15=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C9170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9170F is #36E8F0. Grayscale: #4B4B4B. Windows color (decimal): -3598577 or 989129. OLE color: 989129.

HSL color Cylindrical-coordinate representation of color #C9170F: hue angle of 2.58º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9170F is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB2012315-
CMYK00.890.930.21
HSL2.58º86.11%42.35%-
HSV(B)2.58º92.54%78.82%-
XYZ24.4813.061.68-
YUV75.3193.97217.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 84.10%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=84.10%
G=9.62%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201231500.890.930.212.5886.1142.35
HexC917F0595D153562a
Octal3112717013113525312652
Binary1100100110111111101011001101110110101111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9170f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9170f; }

 p { color: rgb(201,23,15); }

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

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

 a { background-color: rgb(201,23,15); }

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

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

 span { border-color: rgb(201,23,15); }

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