#C8170A

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

Shades of Free Speech Red #C8170A

Tints of Free Speech Red #C8170A

Color information

#C8170A (or 0xC8170A) is unknown color: approx Free Speech Red. HEX triplet: C8, 17 and 0A. RGB value is (200,23,10). Sum of RGB (Red+Green+Blue) = 200+23+10=233 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.84% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 200 - color contains mainly: red. Hex color #C8170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8170A is #37E8F5. Grayscale: #4A4A4A. Windows color (decimal): -3664118 or 661448. OLE color: 661448.

HSL color Cylindrical-coordinate representation of color #C8170A: hue angle of 4.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8170A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB2002310-
CMYK00.880.950.22
HSL4.11º90.48%41.18%-
HSV(B)4.11º95%78.43%-
XYZ24.1812.911.51-
YUV74.4491.64217.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 85.84%
GREEN value IS 23 (9.38% from 255) = 9.87%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=85.84%
G=9.87%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200231000.880.950.224.1190.4841.18
HexC817A0585F1645a29
Octal3102712013013726413251
Binary11001000101111010010110001011111101101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8170A; }

 p { color: rgb(200,23,10); }

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

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

 a { background-color: rgb(200,23,10); }

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

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

 span { border-color: rgb(200,23,10); }

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