#C6150A

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

Shades of Free Speech Red #C6150A

Tints of Free Speech Red #C6150A

Color information

#C6150A (or 0xC6150A) is unknown color: approx Free Speech Red. HEX triplet: C6, 15 and 0A. RGB value is (198,21,10). Sum of RGB (Red+Green+Blue) = 198+21+10=229 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.46% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 198 - color contains mainly: red. Hex color #C6150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6150A is #39EAF5. Grayscale: #484848. Windows color (decimal): -3795702 or 660934. OLE color: 660934.

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

Color convert

RGB1982110-
CMYK00.890.950.22
HSL3.51º90.38%40.78%-
HSV(B)3.51º94.95%77.65%-
XYZ23.6112.561.47-
YUV72.6792.64217.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 86.46%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=86.46%
G=9.17%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198211000.890.950.223.5190.3840.78
HexC615A0595F1645a29
Octal3062512013113726413251
Binary11000110101011010010110011011111101101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6150A; }

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

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

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

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

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

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

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

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