#C21706

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

Shades of Free Speech Red #C21706

Tints of Free Speech Red #C21706

Color information

#C21706 (or 0xC21706) is unknown color: approx Free Speech Red. HEX triplet: C2, 17 and 06. RGB value is (194,23,6). Sum of RGB (Red+Green+Blue) = 194+23+6=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C21706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21706 is #3DE8F9. Grayscale: #484848. Windows color (decimal): -4057338 or 399298. OLE color: 399298.

HSL color Cylindrical-coordinate representation of color #C21706: hue angle of 5.43º degrees, saturation: 0.94, 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 #C21706 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB194236-
CMYK00.880.970.24
HSL5.43º94%39.22%-
HSV(B)5.43º96.91%76.08%-
XYZ22.5912.11.32-
YUV72.1990.65214.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 87.00%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 6 (2.73% from 255) = 2.69%
R=87.00%
G=10.31%
B=2.69%

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
Decimal19423600.880.970.245.439439.22
HexC2176058611855e27
Octal302276013014130513647
Binary1100001010111110010110001100001110001011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21706; }

 p { color: rgb(194,23,6); }

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

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

 a { background-color: rgb(194,23,6); }

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

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

 span { border-color: rgb(194,23,6); }

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