#C50E03

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

Shades of Free Speech Red #C50E03

Tints of Free Speech Red #C50E03

Color information

#C50E03 (or 0xC50E03) is unknown color: approx Free Speech Red. HEX triplet: C5, 0E and 03. RGB value is (197,14,3). Sum of RGB (Red+Green+Blue) = 197+14+3=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50E03 is #3AF1FC. Grayscale: #434343. Windows color (decimal): -3863037 or 200389. OLE color: 200389.

HSL color Cylindrical-coordinate representation of color #C50E03: hue angle of 3.4º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50E03 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB197143-
CMYK00.930.980.23
HSL3.4º97%39.22%-
HSV(B)3.4º98.48%77.25%-
XYZ23.212.191.22-
YUV67.4691.63220.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 92.06%
GREEN value IS 14 (5.86% from 255) = 6.54%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=92.06%
G=6.54%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714300.930.980.233.49739.22
HexC5E305D621736127
Octal305163013514227314147
Binary1100010111101101011101110001010111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50E03; }

 p { color: rgb(197,14,3); }

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

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

 a { background-color: rgb(197,14,3); }

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

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

 span { border-color: rgb(197,14,3); }

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