#C50604

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

Shades of Free Speech Red #C50604

Tints of Free Speech Red #C50604

Color information

#C50604 (or 0xC50604) is unknown color: approx Free Speech Red. HEX triplet: C5, 06 and 04. RGB value is (197,6,4). Sum of RGB (Red+Green+Blue) = 197+6+4=207 (27% of max value = 765). Red value is 197 (77.34% from 255 or 95.17% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 197 - color contains mainly: red. Hex color #C50604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50604 is #3AF9FB. Grayscale: #3F3F3F. Windows color (decimal): -3865084 or 263877. OLE color: 263877.

HSL color Cylindrical-coordinate representation of color #C50604: hue angle of 0.62º degrees, saturation: 0.96, 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 #C50604 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB19764-
CMYK00.970.980.23
HSL0.62º96.02%39.41%-
HSV(B)0.62º97.97%77.25%-
XYZ23.1112.011.21-
YUV62.8894.78223.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 95.17%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 4 (1.95% from 255) = 1.93%
R=95.17%
G=2.90%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976400.970.980.230.6296.0239.41
HexC564061621716027
Octal30564014114227114047
Binary110001011101000110000111000101011111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50604; }

 p { color: rgb(197,6,4); }

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

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

 a { background-color: rgb(197,6,4); }

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

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

 span { border-color: rgb(197,6,4); }

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