#C50402

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

Shades of Free Speech Red #C50402

Tints of Free Speech Red #C50402

Color information

#C50402 (or 0xC50402) is unknown color: approx Free Speech Red. HEX triplet: C5, 04 and 02. RGB value is (197,4,2). Sum of RGB (Red+Green+Blue) = 197+4+2=203 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.04% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 197 - color contains mainly: red. Hex color #C50402 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50402 is #3AFBFD. Grayscale: #3D3D3D. Windows color (decimal): -3865598 or 132293. OLE color: 132293.

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

Color convert

RGB19742-
CMYK00.980.990.23
HSL0.62º97.99%39.02%-
HSV(B)0.62º98.98%77.25%-
XYZ23.0811.961.15-
YUV61.4894.44224.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 97.04%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=97.04%
G=1.97%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974200.980.990.230.6297.9939.02
HexC542062631716227
Octal30542014214327114247
Binary11000101100100110001011000111011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50402; }

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

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

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

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

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

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

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

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