#C31800

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

Shades of Free Speech Red #C31800

Tints of Free Speech Red #C31800

Color information

#C31800 (or 0xC31800) is unknown color: approx Free Speech Red. HEX triplet: C3, 18 and 00. RGB value is (195,24,0). Sum of RGB (Red+Green+Blue) = 195+24+0=219 (29% of max value = 765). Red value is 195 (76.56% from 255 or 89.04% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 195 - color contains mainly: red. Hex color #C31800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31800 is #3CE7FF. Grayscale: #484848. Windows color (decimal): -3991552 or 6339. OLE color: 6339.

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

Color convert

RGB195240-
CMYK00.8810.24
HSL7.38º100%38.24%-
HSV(B)7.38º100%76.47%-
XYZ22.8312.261.16-
YUV72.3987.15215.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 89.04%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.04%
G=10.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19524000.8810.247.3810038.24
HexC3180058641876426
Octal303300013014430714446
Binary11000011110000010110001100100110001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C31800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C31800; }

 p { color: rgb(195,24,0); }

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

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

 a { background-color: rgb(195,24,0); }

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

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

 span { border-color: rgb(195,24,0); }

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