#C31008

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

Shades of Free Speech Red #C31008

Tints of Free Speech Red #C31008

Color information

#C31008 (or 0xC31008) is unknown color: approx Free Speech Red. HEX triplet: C3, 10 and 08. RGB value is (195,16,8). Sum of RGB (Red+Green+Blue) = 195+16+8=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C31008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31008 is #3CEFF7. Grayscale: #444444. Windows color (decimal): -3993592 or 528579. OLE color: 528579.

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

Color convert

RGB195168-
CMYK00.920.960.24
HSL2.57º92.12%39.8%-
HSV(B)2.57º95.9%76.47%-
XYZ22.7311.991.35-
YUV68.6193.8218.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 89.04%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=89.04%
G=7.31%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516800.920.960.242.5792.1239.8
HexC310805C601835c28
Octal3032010013414030313450
Binary1100001110000100001011100110000011000111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31008; }

 p { color: rgb(195,16,8); }

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

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

 a { background-color: rgb(195,16,8); }

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

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

 span { border-color: rgb(195,16,8); }

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