#C40E00

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

Shades of Free Speech Red #C40E00

Tints of Free Speech Red #C40E00

Color information

#C40E00 (or 0xC40E00) is unknown color: approx Free Speech Red. HEX triplet: C4, 0E and 00. RGB value is (196,14,0). Sum of RGB (Red+Green+Blue) = 196+14+0=210 (27% of max value = 765). Red value is 196 (76.95% from 255 or 93.33% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40E00 is #3BF1FF. Grayscale: #434343. Windows color (decimal): -3928576 or 3780. OLE color: 3780.

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

Color convert

RGB196140-
CMYK00.9310.23
HSL4.29º100%38.43%-
HSV(B)4.29º100%76.86%-
XYZ22.9212.051.12-
YUV66.8290.3220.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 93.33%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.33%
G=6.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614000.9310.234.2910038.43
HexC4E005D641746426
Octal304160013514427414446
Binary1100010011100010111011100100101111001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40E00; }

 p { color: rgb(196,14,0); }

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

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

 a { background-color: rgb(196,14,0); }

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

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

 span { border-color: rgb(196,14,0); }

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