Html Css Color HEX #C6190A Free Speech Red

📋 copy color: '#C6190A'

red 198 ◦ green 25 ◦ blue 10

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

Shades of Free Speech Red #C6190A

Tints of Free Speech Red #C6190A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 84.98%
G = 10.73%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C6190A (or 0xC6190A) is known color: Free Speech Red. HEX triplet: C6, 19 and 0A. RGB value is (198,25,10). Sum of RGB (Red+Green+Blue) = 198+25+10=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C6190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6190A is #39E6F5. Grayscale: #4B4B4B. Windows color (decimal): -3794678 or 661958. OLE color: 661958.

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

Color convert

RGB 198 25 10 -
CMYK 0 0.87 0.95 0.22
HSL 4.79º 0.9% 0.41% -
HSV(B) 4.79º 0.95% 0.78% -
XYZ 23.69 12.72 1.49 -
YUV 75.02 91.31 215.72 -
System Red Green Blue C M Y K H S L
Decimal 198 25 10 0 0.87 0.95 0.22 4.79 0.9 0.41
Hex C6 19 A 0 57 5F 16 5 5A 29
Octal 306 31 12 0 127 137 26 5 132 51
Binary 11000110 11001 1010 0 1010111 1011111 10110 101 1011010 101001

Color Harmonies of #C6190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6190A

Black with #C6190A

Text Example


Text Example

White with #C6190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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