#C90500

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

Shades of Free Speech Red #C90500

Tints of Free Speech Red #C90500

Color information

#C90500 (or 0xC90500) is unknown color: approx Free Speech Red. HEX triplet: C9, 05 and 00. RGB value is (201,5,0). Sum of RGB (Red+Green+Blue) = 201+5+0=206 (27% of max value = 765). Red value is 201 (78.91% from 255 or 97.57% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 201 - color contains mainly: red. Hex color #C90500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90500 is #36FAFF. Grayscale: #3F3F3F. Windows color (decimal): -3603200 or 1481. OLE color: 1481.

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

Color convert

RGB20150-
CMYK00.9810.21
HSL1.49º100%39.41%-
HSV(B)1.49º100%78.82%-
XYZ24.1412.531.15-
YUV63.0392.43226.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 97.57%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=97.57%
G=2.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015000.9810.211.4910039.41
HexC950062641516427
Octal31150014214425114447
Binary1100100110100110001011001001010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90500; }

 p { color: rgb(201,5,0); }

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

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

 a { background-color: rgb(201,5,0); }

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

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

 span { border-color: rgb(201,5,0); }

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