#C41805

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

Shades of Free Speech Red #C41805

Tints of Free Speech Red #C41805

Color information

#C41805 (or 0xC41805) is unknown color: approx Free Speech Red. HEX triplet: C4, 18 and 05. RGB value is (196,24,5). Sum of RGB (Red+Green+Blue) = 196+24+5=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C41805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41805 is #3BE7FA. Grayscale: #494949. Windows color (decimal): -3926011 or 334020. OLE color: 334020.

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

Color convert

RGB196245-
CMYK00.880.970.23
HSL5.97º95.02%39.41%-
HSV(B)5.97º97.45%76.86%-
XYZ23.1212.41.32-
YUV73.2689.48215.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 87.11%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=87.11%
G=10.67%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19624500.880.970.235.9795.0239.41
HexC4185058611765f27
Octal304305013014127613747
Binary1100010011000101010110001100001101111101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41805; }

 p { color: rgb(196,24,5); }

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

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

 a { background-color: rgb(196,24,5); }

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

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

 span { border-color: rgb(196,24,5); }

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