Html Css Color HEX #C61411 Free Speech Red

📋 copy color: '#C61411'

red 198 ◦ green 20 ◦ blue 17

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

Shades of Free Speech Red #C61411

Tints of Free Speech Red #C61411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

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

R = 84.26%
G = 8.51%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C61411 (or 0xC61411) is known color: Free Speech Red. HEX triplet: C6, 14 and 11. RGB value is (198,20,17). Sum of RGB (Red+Green+Blue) = 198+20+17=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C61411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61411 is #39EBEE. Grayscale: #494949. Windows color (decimal): -3795951 or 1119430. OLE color: 1119430.

HSL color Cylindrical-coordinate representation of color #C61411: hue angle of 0.99º 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 #C61411 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 20 17 -
CMYK 0 0.90 0.91 0.22
HSL 0.99º 0.84% 0.42% -
HSV(B) 0.99º 0.91% 0.78% -
XYZ 23.64 12.55 1.71 -
YUV 72.88 96.47 217.24 -
System Red Green Blue C M Y K H S L
Decimal 198 20 17 0 0.90 0.91 0.22 0.99 0.84 0.42
Hex C6 14 11 0 5A 5B 16 1 54 2A
Octal 306 24 21 0 132 133 26 1 124 52
Binary 11000110 10100 10001 0 1011010 1011011 10110 1 1010100 101010

Color Harmonies of #C61411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61411

Black with #C61411

Text Example


Text Example

White with #C61411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61411; }

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

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

background-color css

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

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

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

border-color css

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

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

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