#C51308

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

Shades of Free Speech Red #C51308

Tints of Free Speech Red #C51308

Color information

#C51308 (or 0xC51308) is unknown color: approx Free Speech Red. HEX triplet: C5, 13 and 08. RGB value is (197,19,8). Sum of RGB (Red+Green+Blue) = 197+19+8=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C51308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51308 is #3AECF7. Grayscale: #474747. Windows color (decimal): -3861752 or 529349. OLE color: 529349.

HSL color Cylindrical-coordinate representation of color #C51308: hue angle of 3.49º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C51308 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB197198-
CMYK00.900.960.23
HSL3.49º92.2%40.2%-
HSV(B)3.49º95.94%77.25%-
XYZ23.312.351.39-
YUV70.9792.47217.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 87.95%
GREEN value IS 19 (7.81% from 255) = 8.48%
BLUE value IS 8 (3.52% from 255) = 3.57%
R=87.95%
G=8.48%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719800.900.960.233.4992.240.2
HexC513805A601735c28
Octal3052310013214027313450
Binary1100010110011100001011010110000010111111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51308; }

 p { color: rgb(197,19,8); }

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

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

 a { background-color: rgb(197,19,8); }

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

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

 span { border-color: rgb(197,19,8); }

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