#C90701

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

Shades of Free Speech Red #C90701

Tints of Free Speech Red #C90701

Color information

#C90701 (or 0xC90701) is unknown color: approx Free Speech Red. HEX triplet: C9, 07 and 01. RGB value is (201,7,1). Sum of RGB (Red+Green+Blue) = 201+7+1=209 (27% of max value = 765). Red value is 201 (78.91% from 255 or 96.17% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 201 - color contains mainly: red. Hex color #C90701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90701 is #36F8FE. Grayscale: #404040. Windows color (decimal): -3602687 or 67529. OLE color: 67529.

HSL color Cylindrical-coordinate representation of color #C90701: hue angle of 1.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90701 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB20171-
CMYK00.971.000.21
HSL1.8º99.01%39.61%-
HSV(B)1.8º99.5%78.82%-
XYZ24.1712.571.18-
YUV64.3292.27225.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 96.17%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=96.17%
G=3.35%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017100.971.000.211.899.0139.61
HexC971061641526328
Octal31171014114425214350
Binary11001001111101100001110010010101101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90701; }

 p { color: rgb(201,7,1); }

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

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

 a { background-color: rgb(201,7,1); }

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

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

 span { border-color: rgb(201,7,1); }

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