#C21507

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

Shades of Free Speech Red #C21507

Tints of Free Speech Red #C21507

Color information

#C21507 (or 0xC21507) is unknown color: approx Free Speech Red. HEX triplet: C2, 15 and 07. RGB value is (194,21,7). Sum of RGB (Red+Green+Blue) = 194+21+7=222 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.39% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 194 - color contains mainly: red. Hex color #C21507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21507 is #3DEAF8. Grayscale: #474747. Windows color (decimal): -4057849 or 464322. OLE color: 464322.

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

Color convert

RGB194217-
CMYK00.890.960.24
HSL4.49º93.03%39.41%-
HSV(B)4.49º96.39%76.08%-
XYZ22.5512.021.33-
YUV71.1391.81215.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 87.39%
GREEN value IS 21 (8.59% from 255) = 9.46%
BLUE value IS 7 (3.12% from 255) = 3.15%
R=87.39%
G=9.46%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19421700.890.960.244.4993.0339.41
HexC2157059601845d27
Octal302257013114030413547
Binary1100001010101111010110011100000110001001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21507; }

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

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

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

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

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

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

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

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