Html Css Color HEX #C91211 Free Speech Red

📋 copy color: '#C91211'

red 201 ◦ green 18 ◦ blue 17

#C91211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #C91211

Tints of Free Speech Red #C91211

RGB

 RED value IS 201 (78.91% from 255) = 85.17%

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 85.17%
G = 7.63%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C91211 (or 0xC91211) is known color: Free Speech Red. HEX triplet: C9, 12 and 11. RGB value is (201,18,17). Sum of RGB (Red+Green+Blue) = 201+18+17=236 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.17% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 201 - color contains mainly: red. Hex color #C91211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91211 is #36EDEE. Grayscale: #484848. Windows color (decimal): -3599855 or 1118921. OLE color: 1118921.

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

Color convert

RGB 201 18 17 -
CMYK 0 0.91 0.92 0.21
HSL 0.33º 0.84% 0.43% -
HSV(B) 0.33º 0.92% 0.79% -
XYZ 24.4 12.89 1.73 -
YUV 72.6 96.63 219.58 -
System Red Green Blue C M Y K H S L
Decimal 201 18 17 0 0.91 0.92 0.21 0.33 0.84 0.43
Hex C9 12 11 0 5B 5C 15 0 54 2B
Octal 311 22 21 0 133 134 25 0 124 53
Binary 11001001 10010 10001 0 1011011 1011100 10101 0 1010100 101011

Color Harmonies of #C91211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91211

Black with #C91211

Text Example


Text Example

White with #C91211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91211; }

 p { color: rgb(201,18,17); }

 H1.HeaderClassName
 {
   color: #C91211;
 }
 .AnyTagClassName
 {
   color: #C91211;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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