#C2150E

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

Shades of Free Speech Red #C2150E

Tints of Free Speech Red #C2150E

Color information

#C2150E (or 0xC2150E) is unknown color: approx Free Speech Red. HEX triplet: C2, 15 and 0E. RGB value is (194,21,14). Sum of RGB (Red+Green+Blue) = 194+21+14=229 (30% of max value = 765). Red value is 194 (76.17% from 255 or 84.72% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 194 - color contains mainly: red. Hex color #C2150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C2150E is #3DEAF1. Grayscale: #484848. Windows color (decimal): -4057842 or 923074. OLE color: 923074.

HSL color Cylindrical-coordinate representation of color #C2150E: hue angle of 2.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2150E is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1942114-
CMYK00.890.930.24
HSL2.33º86.54%40.78%-
HSV(B)2.33º92.78%76.08%-
XYZ22.612.041.55-
YUV71.9395.31215.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 84.72%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 14 (5.86% from 255) = 6.11%
R=84.72%
G=9.17%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194211400.890.930.242.3386.5440.78
HexC215E0595D1825729
Octal3022516013113530212751
Binary1100001010101111001011001101110111000101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2150E; }

 p { color: rgb(194,21,14); }

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

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

 a { background-color: rgb(194,21,14); }

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

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

 span { border-color: rgb(194,21,14); }

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