#C00A07

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

Shades of Free Speech Red #C00A07

Tints of Free Speech Red #C00A07

Color information

#C00A07 (or 0xC00A07) is unknown color: approx Free Speech Red. HEX triplet: C0, 0A and 07. RGB value is (192,10,7). Sum of RGB (Red+Green+Blue) = 192+10+7=209 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.87% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A07 is #3FF5F8. Grayscale: #404040. Windows color (decimal): -4191737 or 461504. OLE color: 461504.

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

Color convert

RGB192107-
CMYK00.950.960.25
HSL0.97º92.96%39.02%-
HSV(B)0.97º96.35%75.29%-
XYZ21.8911.441.26-
YUV64.0895.8219.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 91.87%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 7 (3.12% from 255) = 3.35%
R=91.87%
G=4.78%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210700.950.960.250.9792.9639.02
HexC0A705F601915d27
Octal300127013714031113547
Binary1100000010101110101111111000001100111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00A07; }

 p { color: rgb(192,10,7); }

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

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

 a { background-color: rgb(192,10,7); }

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

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

 span { border-color: rgb(192,10,7); }

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