#C0140D

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

Shades of Free Speech Red #C0140D

Tints of Free Speech Red #C0140D

Color information

#C0140D (or 0xC0140D) is unknown color: approx Free Speech Red. HEX triplet: C0, 14 and 0D. RGB value is (192,20,13). Sum of RGB (Red+Green+Blue) = 192+20+13=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C0140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C0140D is #3FEBF2. Grayscale: #464646. Windows color (decimal): -4189171 or 857280. OLE color: 857280.

HSL color Cylindrical-coordinate representation of color #C0140D: hue angle of 2.35º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0140D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB1922013-
CMYK00.900.930.25
HSL2.35º87.32%40.2%-
HSV(B)2.35º93.23%75.29%-
XYZ22.0611.741.48-
YUV70.6395.48214.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 85.33%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=85.33%
G=8.89%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192201300.900.930.252.3587.3240.2
HexC014D05A5D1925728
Octal3002415013213531212750
Binary1100000010100110101011010101110111001101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0140D; }

 p { color: rgb(192,20,13); }

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

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

 a { background-color: rgb(192,20,13); }

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

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

 span { border-color: rgb(192,20,13); }

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