Html Css Color HEX #C61111 Free Speech Red

📋 copy color: '#C61111'

red 198 ◦ green 17 ◦ blue 17

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

Shades of Free Speech Red #C61111

Tints of Free Speech Red #C61111

RGB

 RED value IS 198 (77.73% from 255) = 85.34%

 GREEN value IS 17 (7.03% from 255) = 7.33%

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

R = 85.34%
G = 7.33%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C61111 (or 0xC61111) is known color: Free Speech Red. HEX triplet: C6, 11 and 11. RGB value is (198,17,17). Sum of RGB (Red+Green+Blue) = 198+17+17=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C61111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61111 is #39EEEE. Grayscale: #474747. Windows color (decimal): -3796719 or 1118662. OLE color: 1118662.

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

Color convert

RGB 198 17 17 -
CMYK 0 0.91 0.91 0.22
HSL 0.84% 0.42% -
HSV(B) 0.91% 0.78% -
XYZ 23.59 12.45 1.69 -
YUV 71.12 97.47 218.5 -
System Red Green Blue C M Y K H S L
Decimal 198 17 17 0 0.91 0.91 0.22 0 0.84 0.42
Hex C6 11 11 0 5B 5B 16 0 54 2A
Octal 306 21 21 0 133 133 26 0 124 52
Binary 11000110 10001 10001 0 1011011 1011011 10110 0 1010100 101010

Color Harmonies of #C61111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61111

Black with #C61111

Text Example


Text Example

White with #C61111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61111; }

 p { color: rgb(198,17,17); }

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

background-color css

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

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

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

border-color css

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

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

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