Html Css Color HEX #C7170E Free Speech Red

📋 copy color: '#C7170E'

red 199 ◦ green 23 ◦ blue 14

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

Shades of Free Speech Red #C7170E

Tints of Free Speech Red #C7170E

RGB

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

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

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

R = 84.32%
G = 9.75%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7170E (or 0xC7170E) is known color: Free Speech Red. HEX triplet: C7, 17 and 0E. RGB value is (199,23,14). Sum of RGB (Red+Green+Blue) = 199+23+14=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C7170E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7170E is #38E8F1. Grayscale: #4A4A4A. Windows color (decimal): -3729650 or 923591. OLE color: 923591.

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

Color convert

RGB 199 23 14 -
CMYK 0 0.88 0.93 0.22
HSL 2.92º 0.87% 0.42% -
HSV(B) 2.92º 0.93% 0.78% -
XYZ 23.94 12.79 1.62 -
YUV 74.6 93.81 216.73 -
System Red Green Blue C M Y K H S L
Decimal 199 23 14 0 0.88 0.93 0.22 2.92 0.87 0.42
Hex C7 17 E 0 58 5D 16 3 57 2A
Octal 307 27 16 0 130 135 26 3 127 52
Binary 11000111 10111 1110 0 1011000 1011101 10110 11 1010111 101010

Color Harmonies of #C7170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7170E

Black with #C7170E

Text Example


Text Example

White with #C7170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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