#C50E0D

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

Shades of Free Speech Red #C50E0D

Tints of Free Speech Red #C50E0D

Color information

#C50E0D (or 0xC50E0D) is unknown color: approx Free Speech Red. HEX triplet: C5, 0E and 0D. RGB value is (197,14,13). Sum of RGB (Red+Green+Blue) = 197+14+13=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50E0D is #3AF1F2. Grayscale: #444444. Windows color (decimal): -3863027 or 855749. OLE color: 855749.

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

Color convert

RGB1971413-
CMYK00.930.930.23
HSL0.33º87.62%41.18%-
HSV(B)0.33º93.4%77.25%-
XYZ23.2612.211.51-
YUV68.696.63219.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 87.95%
GREEN value IS 14 (5.86% from 255) = 6.25%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=87.95%
G=6.25%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197141300.930.930.230.3387.6241.18
HexC5ED05D5D1705829
Octal3051615013513527013051
Binary11000101111011010101110110111011011101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50E0D; }

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

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

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

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

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

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

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

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