#C50E02

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

Shades of Free Speech Red #C50E02

Tints of Free Speech Red #C50E02

Color information

#C50E02 (or 0xC50E02) is unknown color: approx Free Speech Red. HEX triplet: C5, 0E and 02. RGB value is (197,14,2). Sum of RGB (Red+Green+Blue) = 197+14+2=213 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.49% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50E02 is #3AF1FD. Grayscale: #434343. Windows color (decimal): -3863038 or 134853. OLE color: 134853.

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

Color convert

RGB197142-
CMYK00.930.990.23
HSL3.69º97.99%39.02%-
HSV(B)3.69º98.98%77.25%-
XYZ23.1912.191.19-
YUV67.3591.13220.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 92.49%
GREEN value IS 14 (5.86% from 255) = 6.57%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=92.49%
G=6.57%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714200.930.990.233.6997.9939.02
HexC5E205D631746227
Octal305162013514327414247
Binary11000101111010010111011100011101111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50E02; }

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

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

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

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

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

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

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

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