#C90E08

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

Shades of Free Speech Red #C90E08

Tints of Free Speech Red #C90E08

Color information

#C90E08 (or 0xC90E08) is unknown color: approx Free Speech Red. HEX triplet: C9, 0E and 08. RGB value is (201,14,8). Sum of RGB (Red+Green+Blue) = 201+14+8=223 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.13% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90E08 is #36F1F7. Grayscale: #454545. Windows color (decimal): -3600888 or 528073. OLE color: 528073.

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

Color convert

RGB201148-
CMYK00.930.960.21
HSL1.87º92.34%40.98%-
HSV(B)1.87º96.02%78.82%-
XYZ24.2912.751.41-
YUV69.2393.45221.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 90.13%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 8 (3.52% from 255) = 3.59%
R=90.13%
G=6.28%
B=3.59%

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
Decimal20114800.930.960.211.8792.3440.98
HexC9E805D601525c29
Octal3111610013514025213451
Binary110010011110100001011101110000010101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90E08; }

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

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

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

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

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

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

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

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