#C6180A

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

Shades of Free Speech Red #C6180A

Tints of Free Speech Red #C6180A

Color information

#C6180A (or 0xC6180A) is unknown color: approx Free Speech Red. HEX triplet: C6, 18 and 0A. RGB value is (198,24,10). Sum of RGB (Red+Green+Blue) = 198+24+10=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C6180A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6180A is #39E7F5. Grayscale: #4A4A4A. Windows color (decimal): -3794934 or 661702. OLE color: 661702.

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

Color convert

RGB1982410-
CMYK00.880.950.22
HSL4.47º90.38%40.78%-
HSV(B)4.47º94.95%77.65%-
XYZ23.6712.681.49-
YUV74.4391.65216.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 85.34%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=85.34%
G=10.34%
B=4.31%

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
Decimal198241000.880.950.224.4790.3840.78
HexC618A0585F1645a29
Octal3063012013013726413251
Binary11000110110001010010110001011111101101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6180A; }

 p { color: rgb(198,24,10); }

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

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

 a { background-color: rgb(198,24,10); }

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

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

 span { border-color: rgb(198,24,10); }

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