Html Css Color HEX #C7140C Free Speech Red

📋 copy color: '#C7140C'

red 199 ◦ green 20 ◦ blue 12

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

Shades of Free Speech Red #C7140C

Tints of Free Speech Red #C7140C

RGB

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

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

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

R = 86.15%
G = 8.66%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7140C (or 0xC7140C) is known color: Free Speech Red. HEX triplet: C7, 14 and 0C. RGB value is (199,20,12). Sum of RGB (Red+Green+Blue) = 199+20+12=231 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.15% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 199 - color contains mainly: red. Hex color #C7140C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7140C is #38EBF3. Grayscale: #484848. Windows color (decimal): -3730420 or 791751. OLE color: 791751.

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

Color convert

RGB 199 20 12 -
CMYK 0 0.90 0.94 0.22
HSL 2.57º 0.89% 0.41% -
HSV(B) 2.57º 0.94% 0.78% -
XYZ 23.87 12.67 1.54 -
YUV 72.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 199 20 12 0 0.90 0.94 0.22 2.57 0.89 0.41
Hex C7 14 C 0 5A 5E 16 3 59 29
Octal 307 24 14 0 132 136 26 3 131 51
Binary 11000111 10100 1100 0 1011010 1011110 10110 11 1011001 101001

Color Harmonies of #C7140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7140C

Black with #C7140C

Text Example


Text Example

White with #C7140C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7140C; }

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

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

background-color css

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

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

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

border-color css

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

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

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