Html Css Color HEX #C6170F Free Speech Red

📋 copy color: '#C6170F'

red 198 ◦ green 23 ◦ blue 15

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

Shades of Free Speech Red #C6170F

Tints of Free Speech Red #C6170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 83.9%
G = 9.75%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6170F (or 0xC6170F) is known color: Free Speech Red. HEX triplet: C6, 17 and 0F. RGB value is (198,23,15). Sum of RGB (Red+Green+Blue) = 198+23+15=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C6170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6170F is #39E8F0. Grayscale: #4A4A4A. Windows color (decimal): -3795185 or 989126. OLE color: 989126.

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

Color convert

RGB 198 23 15 -
CMYK 0 0.88 0.92 0.22
HSL 2.62º 0.86% 0.42% -
HSV(B) 2.62º 0.92% 0.78% -
XYZ 23.68 12.65 1.65 -
YUV 74.41 94.48 216.15 -
System Red Green Blue C M Y K H S L
Decimal 198 23 15 0 0.88 0.92 0.22 2.62 0.86 0.42
Hex C6 17 F 0 58 5C 16 3 56 2A
Octal 306 27 17 0 130 134 26 3 126 52
Binary 11000110 10111 1111 0 1011000 1011100 10110 11 1010110 101010

Color Harmonies of #C6170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6170F

Black with #C6170F

Text Example


Text Example

White with #C6170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6170F; }

 p { color: rgb(198,23,15); }

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

background-color css

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

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

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

border-color css

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

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

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