#C30C0C

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

Shades of Free Speech Red #C30C0C

Tints of Free Speech Red #C30C0C

Color information

#C30C0C (or 0xC30C0C) is unknown color: approx Free Speech Red. HEX triplet: C3, 0C and 0C. RGB value is (195,12,12). Sum of RGB (Red+Green+Blue) = 195+12+12=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C0C is #3CF3F3. Grayscale: #424242. Windows color (decimal): -3994612 or 789699. OLE color: 789699.

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

Color convert

RGB1951212-
CMYK00.940.940.24
HSL88.41%40.59%-
HSV(B)93.85%76.47%-
XYZ22.711.891.45-
YUV66.7297.13219.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 89.04%
GREEN value IS 12 (5.08% from 255) = 5.48%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=89.04%
G=5.48%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195121200.940.940.24088.4140.59
HexC3CC05E5E1805829
Octal3031414013613630013051
Binary11000011110011000101111010111101100001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C0C; }

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

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

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

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

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

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

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

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