#C50502

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

Shades of Free Speech Red #C50502

Tints of Free Speech Red #C50502

Color information

#C50502 (or 0xC50502) is unknown color: approx Free Speech Red. HEX triplet: C5, 05 and 02. RGB value is (197,5,2). Sum of RGB (Red+Green+Blue) = 197+5+2=204 (27% of max value = 765). Red value is 197 (77.34% from 255 or 96.57% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 197 - color contains mainly: red. Hex color #C50502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50502 is #3AFAFD. Grayscale: #3E3E3E. Windows color (decimal): -3865342 or 132549. OLE color: 132549.

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

Color convert

RGB19752-
CMYK00.970.990.23
HSL0.92º97.99%39.02%-
HSV(B)0.92º98.98%77.25%-
XYZ23.0911.981.15-
YUV62.0794.11224.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 96.57%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=96.57%
G=2.45%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975200.970.990.230.9297.9939.02
HexC552061631716227
Octal30552014114327114247
Binary11000101101100110000111000111011111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50502; }

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

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

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

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

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

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

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

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