#C00B07

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

Shades of Free Speech Red #C00B07

Tints of Free Speech Red #C00B07

Color information

#C00B07 (or 0xC00B07) is unknown color: approx Free Speech Red. HEX triplet: C0, 0B and 07. RGB value is (192,11,7). Sum of RGB (Red+Green+Blue) = 192+11+7=210 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.43% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B07 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00B07 is #3FF4F8. Grayscale: #404040. Windows color (decimal): -4191481 or 461760. OLE color: 461760.

HSL color Cylindrical-coordinate representation of color #C00B07: hue angle of 1.3º 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 #C00B07 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB192117-
CMYK00.940.960.25
HSL1.3º92.96%39.02%-
HSV(B)1.3º96.35%75.29%-
XYZ21.911.461.26-
YUV64.6695.47218.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 91.43%
GREEN value IS 11 (4.69% from 255) = 5.24%
BLUE value IS 7 (3.12% from 255) = 3.33%
R=91.43%
G=5.24%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211700.940.960.251.392.9639.02
HexC0B705E601915d27
Octal300137013614031113547
Binary1100000010111110101111011000001100111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00B07; }

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

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

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

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

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

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

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

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