Html Css Color HEX #C6190B Free Speech Red

📋 copy color: '#C6190B'

red 198 ◦ green 25 ◦ blue 11

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

Shades of Free Speech Red #C6190B

Tints of Free Speech Red #C6190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 84.62%
G = 10.68%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6190B (or 0xC6190B) is known color: Free Speech Red. HEX triplet: C6, 19 and 0B. RGB value is (198,25,11). Sum of RGB (Red+Green+Blue) = 198+25+11=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C6190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6190B is #39E6F4. Grayscale: #4B4B4B. Windows color (decimal): -3794677 or 727494. OLE color: 727494.

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

Color convert

RGB 198 25 11 -
CMYK 0 0.87 0.94 0.22
HSL 4.49º 0.89% 0.41% -
HSV(B) 4.49º 0.94% 0.78% -
XYZ 23.7 12.73 1.52 -
YUV 75.13 91.81 215.64 -
System Red Green Blue C M Y K H S L
Decimal 198 25 11 0 0.87 0.94 0.22 4.49 0.89 0.41
Hex C6 19 B 0 57 5E 16 4 59 29
Octal 306 31 13 0 127 136 26 4 131 51
Binary 11000110 11001 1011 0 1010111 1011110 10110 100 1011001 101001

Color Harmonies of #C6190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6190B

Black with #C6190B

Text Example


Text Example

White with #C6190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6190B; }

 p { color: rgb(198,25,11); }

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

background-color css

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

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

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

border-color css

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

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

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