#C91502

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

Shades of Free Speech Red #C91502

Tints of Free Speech Red #C91502

Color information

#C91502 (or 0xC91502) is unknown color: approx Free Speech Red. HEX triplet: C9, 15 and 02. RGB value is (201,21,2). Sum of RGB (Red+Green+Blue) = 201+21+2=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C91502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91502 is #36EAFD. Grayscale: #484848. Windows color (decimal): -3599102 or 136649. OLE color: 136649.

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

Color convert

RGB201212-
CMYK00.900.990.21
HSL5.73º98.03%39.8%-
HSV(B)5.73º99%78.82%-
XYZ24.3712.961.27-
YUV72.6588.13219.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 89.73%
GREEN value IS 21 (8.59% from 255) = 9.38%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=89.73%
G=9.38%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20121200.900.990.215.7398.0339.8
HexC915205A631566228
Octal311252013214325614250
Binary110010011010110010110101100011101011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91502; }

 p { color: rgb(201,21,2); }

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

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

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

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

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

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

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