Html Css Color HEX #C6140F Free Speech Red

📋 copy color: '#C6140F'

red 198 ◦ green 20 ◦ blue 15

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

Shades of Free Speech Red #C6140F

Tints of Free Speech Red #C6140F

RGB

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

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

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

R = 84.98%
G = 8.58%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6140F (or 0xC6140F) is known color: Free Speech Red. HEX triplet: C6, 14 and 0F. RGB value is (198,20,15). Sum of RGB (Red+Green+Blue) = 198+20+15=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C6140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C6140F is #39EBF0. Grayscale: #484848. Windows color (decimal): -3795953 or 988358. OLE color: 988358.

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

Color convert

RGB 198 20 15 -
CMYK 0 0.90 0.92 0.22
HSL 1.64º 0.86% 0.42% -
HSV(B) 1.64º 0.92% 0.78% -
XYZ 23.63 12.54 1.63 -
YUV 72.65 95.47 217.41 -
System Red Green Blue C M Y K H S L
Decimal 198 20 15 0 0.90 0.92 0.22 1.64 0.86 0.42
Hex C6 14 F 0 5A 5C 16 2 56 2A
Octal 306 24 17 0 132 134 26 2 126 52
Binary 11000110 10100 1111 0 1011010 1011100 10110 10 1010110 101010

Color Harmonies of #C6140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6140F

Black with #C6140F

Text Example


Text Example

White with #C6140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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