#C51509

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

Shades of Free Speech Red #C51509

Tints of Free Speech Red #C51509

Color information

#C51509 (or 0xC51509) is unknown color: approx Free Speech Red. HEX triplet: C5, 15 and 09. RGB value is (197,21,9). Sum of RGB (Red+Green+Blue) = 197+21+9=227 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.78% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 197 - color contains mainly: red. Hex color #C51509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51509 is #3AEAF6. Grayscale: #484848. Windows color (decimal): -3861239 or 595397. OLE color: 595397.

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

Color convert

RGB197219-
CMYK00.890.950.23
HSL3.83º91.26%40.39%-
HSV(B)3.83º95.43%77.25%-
XYZ23.3412.431.43-
YUV72.2692.31216.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 86.78%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 9 (3.91% from 255) = 3.96%
R=86.78%
G=9.25%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19721900.890.950.233.8391.2640.39
HexC51590595F1745b28
Octal3052511013113727413350
Binary11000101101011001010110011011111101111001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51509; }

 p { color: rgb(197,21,9); }

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

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

 a { background-color: rgb(197,21,9); }

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

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

 span { border-color: rgb(197,21,9); }

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