#C3120C

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

Shades of Free Speech Red #C3120C

Tints of Free Speech Red #C3120C

Color information

#C3120C (or 0xC3120C) is unknown color: approx Free Speech Red. HEX triplet: C3, 12 and 0C. RGB value is (195,18,12). Sum of RGB (Red+Green+Blue) = 195+18+12=225 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 195 - color contains mainly: red. Hex color #C3120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C3120C is #3CEDF3. Grayscale: #464646. Windows color (decimal): -3993076 or 791235. OLE color: 791235.

HSL color Cylindrical-coordinate representation of color #C3120C: hue angle of 1.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3120C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1951812-
CMYK00.910.940.24
HSL1.97º88.41%40.59%-
HSV(B)1.97º93.85%76.47%-
XYZ22.7912.061.47-
YUV70.2495.14216.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 86.67%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 12 (5.08% from 255) = 5.33%
R=86.67%
G=8%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195181200.910.940.241.9788.4140.59
HexC312C05B5E1825829
Octal3032214013313630213051
Binary1100001110010110001011011101111011000101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3120C; }

 p { color: rgb(195,18,12); }

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

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

 a { background-color: rgb(195,18,12); }

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

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

 span { border-color: rgb(195,18,12); }

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