Html Css Color HEX #C6190C Free Speech Red

📋 copy color: '#C6190C'

red 198 ◦ green 25 ◦ blue 12

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

Shades of Free Speech Red #C6190C

Tints of Free Speech Red #C6190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.11%

R = 84.26%
G = 10.64%
B = 5.11%

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

#C6190C (or 0xC6190C) is known color: Free Speech Red. HEX triplet: C6, 19 and 0C. RGB value is (198,25,12). Sum of RGB (Red+Green+Blue) = 198+25+12=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C6190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6190C is #39E6F3. Grayscale: #4B4B4B. Windows color (decimal): -3794676 or 793030. OLE color: 793030.

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

Color convert

RGB 198 25 12 -
CMYK 0 0.87 0.94 0.22
HSL 4.19º 0.89% 0.41% -
HSV(B) 4.19º 0.94% 0.78% -
XYZ 23.7 12.73 1.56 -
YUV 75.25 92.31 215.56 -
System Red Green Blue C M Y K H S L
Decimal 198 25 12 0 0.87 0.94 0.22 4.19 0.89 0.41
Hex C6 19 C 0 57 5E 16 4 59 29
Octal 306 31 14 0 127 136 26 4 131 51
Binary 11000110 11001 1100 0 1010111 1011110 10110 100 1011001 101001

Color Harmonies of #C6190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6190C

Black with #C6190C

Text Example


Text Example

White with #C6190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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