#C31705

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

Shades of Free Speech Red #C31705

Tints of Free Speech Red #C31705

Color information

#C31705 (or 0xC31705) is unknown color: approx Free Speech Red. HEX triplet: C3, 17 and 05. RGB value is (195,23,5). Sum of RGB (Red+Green+Blue) = 195+23+5=223 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.44% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 195 - color contains mainly: red. Hex color #C31705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31705 is #3CE8FA. Grayscale: #484848. Windows color (decimal): -3991803 or 333763. OLE color: 333763.

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

Color convert

RGB195235-
CMYK00.880.970.24
HSL5.68º95%39.22%-
HSV(B)5.68º97.44%76.47%-
XYZ22.8412.231.3-
YUV72.3889.98215.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 87.44%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=87.44%
G=10.31%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19523500.880.970.245.689539.22
HexC3175058611865f27
Octal303275013014130613747
Binary1100001110111101010110001100001110001101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31705; }

 p { color: rgb(195,23,5); }

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

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

 a { background-color: rgb(195,23,5); }

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

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

 span { border-color: rgb(195,23,5); }

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