Html Css Color HEX #C7140F Free Speech Red

📋 copy color: '#C7140F'

red 199 ◦ green 20 ◦ blue 15

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

Shades of Free Speech Red #C7140F

Tints of Free Speech Red #C7140F

RGB

 RED value IS 199 (78.13% from 255) = 85.04%

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

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

R = 85.04%
G = 8.55%
B = 6.41%

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

#C7140F (or 0xC7140F) is known color: Free Speech Red. HEX triplet: C7, 14 and 0F. RGB value is (199,20,15). Sum of RGB (Red+Green+Blue) = 199+20+15=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C7140F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7140F is #38EBF0. Grayscale: #494949. Windows color (decimal): -3730417 or 988359. OLE color: 988359.

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

Color convert

RGB 199 20 15 -
CMYK 0 0.90 0.92 0.22
HSL 1.63º 0.86% 0.42% -
HSV(B) 1.63º 0.92% 0.78% -
XYZ 23.89 12.68 1.64 -
YUV 72.95 95.3 217.91 -
System Red Green Blue C M Y K H S L
Decimal 199 20 15 0 0.90 0.92 0.22 1.63 0.86 0.42
Hex C7 14 F 0 5A 5C 16 2 56 2A
Octal 307 24 17 0 132 134 26 2 126 52
Binary 11000111 10100 1111 0 1011010 1011100 10110 10 1010110 101010

Color Harmonies of #C7140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7140F

Black with #C7140F

Text Example


Text Example

White with #C7140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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