Html Css Color HEX #C7100E Free Speech Red

📋 copy color: '#C7100E'

red 199 ◦ green 16 ◦ blue 14

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

Shades of Free Speech Red #C7100E

Tints of Free Speech Red #C7100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.99%

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 86.9%
G = 6.99%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7100E (or 0xC7100E) is known color: Free Speech Red. HEX triplet: C7, 10 and 0E. RGB value is (199,16,14). Sum of RGB (Red+Green+Blue) = 199+16+14=229 (30% of max value = 765). Red value is 199 (78.12% from 255 or 86.90% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 199 - color contains mainly: red. Hex color #C7100E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7100E is #38EFF1. Grayscale: #464646. Windows color (decimal): -3731442 or 921799. OLE color: 921799.

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

Color convert

RGB 199 16 14 -
CMYK 0 0.92 0.93 0.22
HSL 0.65º 0.87% 0.42% -
HSV(B) 0.65º 0.93% 0.78% -
XYZ 23.82 12.54 1.58 -
YUV 70.49 96.13 219.66 -
System Red Green Blue C M Y K H S L
Decimal 199 16 14 0 0.92 0.93 0.22 0.65 0.87 0.42
Hex C7 10 E 0 5C 5D 16 1 57 2A
Octal 307 20 16 0 134 135 26 1 127 52
Binary 11000111 10000 1110 0 1011100 1011101 10110 1 1010111 101010

Color Harmonies of #C7100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7100E

Black with #C7100E

Text Example


Text Example

White with #C7100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7100E; }

 p { color: rgb(199,16,14); }

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

background-color css

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

 a { background-color: rgb(199,16,14); }

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

border-color css

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

 span { border-color: rgb(199,16,14); }

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