#c30c0b

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

Shades of Free Speech Red #C30C0B

Tints of Free Speech Red #C30C0B

Color information

#C30C0B (or 0xC30C0B) is unknown color: approx Free Speech Red. HEX triplet: C3, 0C and 0B. RGB value is (195,12,11). Sum of RGB (Red+Green+Blue) = 195+12+11=218 (28% of max value = 765). Red value is 195 (76.56% from 255 or 89.45% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30C0B is #3CF3F4. Grayscale: #424242. Windows color (decimal): -3994613 or 724163. OLE color: 724163.

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

Color convert

RGB1951211-
CMYK00.940.940.24
HSL0.33º89.32%40.39%-
HSV(B)0.33º94.36%76.47%-
XYZ22.711.891.42-
YUV66.696.63219.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 89.45%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=89.45%
G=5.50%
B=5.05%

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
Decimal195121100.940.940.240.3389.3240.39
HexC3CB05E5E1805928
Octal3031413013613630013150
Binary11000011110010110101111010111101100001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c30c0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c30c0b; }

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

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

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

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

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

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

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

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