#C90F08

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

Shades of Free Speech Red #C90F08

Tints of Free Speech Red #C90F08

Color information

#C90F08 (or 0xC90F08) is unknown color: approx Free Speech Red. HEX triplet: C9, 0F and 08. RGB value is (201,15,8). Sum of RGB (Red+Green+Blue) = 201+15+8=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F08 is #36F0F7. Grayscale: #464646. Windows color (decimal): -3600632 or 528329. OLE color: 528329.

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

Color convert

RGB201158-
CMYK00.930.960.21
HSL2.18º92.34%40.98%-
HSV(B)2.18º96.02%78.82%-
XYZ24.312.781.42-
YUV69.8293.12221.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 89.73%
GREEN value IS 15 (6.25% from 255) = 6.70%
BLUE value IS 8 (3.52% from 255) = 3.57%
R=89.73%
G=6.70%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115800.930.960.212.1892.3440.98
HexC9F805D601525c29
Octal3111710013514025213451
Binary110010011111100001011101110000010101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90F08; }

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

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

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

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

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

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

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

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