#C90905

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

Shades of Free Speech Red #C90905

Tints of Free Speech Red #C90905

Color information

#C90905 (or 0xC90905) is unknown color: approx Free Speech Red. HEX triplet: C9, 09 and 05. RGB value is (201,9,5). Sum of RGB (Red+Green+Blue) = 201+9+5=215 (28% of max value = 765). Red value is 201 (78.91% from 255 or 93.49% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 201 - color contains mainly: red. Hex color #C90905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90905 is #36F6FA. Grayscale: #424242. Windows color (decimal): -3602171 or 330185. OLE color: 330185.

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

Color convert

RGB20195-
CMYK00.960.980.21
HSL1.22º95.15%40.39%-
HSV(B)1.22º97.51%78.82%-
XYZ24.2112.621.3-
YUV65.9593.61224.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 93.49%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=93.49%
G=4.19%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019500.960.980.211.2295.1540.39
HexC995060621515f28
Octal311115014014225113750
Binary1100100110011010110000011000101010111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90905; }

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

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

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

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

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

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

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

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