#C90808

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

Shades of Free Speech Red #C90808

Tints of Free Speech Red #C90808

Color information

#C90808 (or 0xC90808) is unknown color: approx Free Speech Red. HEX triplet: C9, 08 and 08. RGB value is (201,8,8). Sum of RGB (Red+Green+Blue) = 201+8+8=217 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.63% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 201 - color contains mainly: red. Hex color #C90808 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90808 is #36F7F7. Grayscale: #414141. Windows color (decimal): -3602424 or 526537. OLE color: 526537.

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

Color convert

RGB20188-
CMYK00.960.960.21
HSL92.34%40.98%-
HSV(B)96.02%78.82%-
XYZ24.2212.611.39-
YUV65.7195.44224.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 92.63%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 8 (3.52% from 255) = 3.69%
R=92.63%
G=3.69%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018800.960.960.21092.3440.98
HexC988060601505c29
Octal3111010014014025013451
Binary11001001100010000110000011000001010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90808; }

 p { color: rgb(201,8,8); }

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

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

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

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

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

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

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