#C30C07

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

Shades of Free Speech Red #C30C07

Tints of Free Speech Red #C30C07

Color information

#C30C07 (or 0xC30C07) is unknown color: approx Free Speech Red. HEX triplet: C3, 0C and 07. RGB value is (195,12,7). Sum of RGB (Red+Green+Blue) = 195+12+7=214 (28% of max value = 765). Red value is 195 (76.56% from 255 or 91.12% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C07 is #3CF3F8. Grayscale: #424242. Windows color (decimal): -3994617 or 462019. OLE color: 462019.

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

Color convert

RGB195127-
CMYK00.940.960.24
HSL1.6º93.07%39.61%-
HSV(B)1.6º96.41%76.47%-
XYZ22.6811.881.3-
YUV66.1594.63219.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 91.12%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 7 (3.12% from 255) = 3.27%
R=91.12%
G=5.61%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512700.940.960.241.693.0739.61
HexC3C705E601825d28
Octal303147013614030213550
Binary11000011110011101011110110000011000101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C07; }

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

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

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

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

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

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

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

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