Html Css Color HEX #C7180E Free Speech Red

📋 copy color: '#C7180E'

red 199 ◦ green 24 ◦ blue 14

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

Shades of Free Speech Red #C7180E

Tints of Free Speech Red #C7180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

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

R = 83.97%
G = 10.13%
B = 5.91%

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

#C7180E (or 0xC7180E) is known color: Free Speech Red. HEX triplet: C7, 18 and 0E. RGB value is (199,24,14). Sum of RGB (Red+Green+Blue) = 199+24+14=237 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.97% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 199 - color contains mainly: red. Hex color #C7180E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7180E is #38E7F1. Grayscale: #4B4B4B. Windows color (decimal): -3729394 or 923847. OLE color: 923847.

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

Color convert

RGB 199 24 14 -
CMYK 0 0.88 0.93 0.22
HSL 3.24º 0.87% 0.42% -
HSV(B) 3.24º 0.93% 0.78% -
XYZ 23.96 12.83 1.63 -
YUV 75.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 199 24 14 0 0.88 0.93 0.22 3.24 0.87 0.42
Hex C7 18 E 0 58 5D 16 3 57 2A
Octal 307 30 16 0 130 135 26 3 127 52
Binary 11000111 11000 1110 0 1011000 1011101 10110 11 1010111 101010

Color Harmonies of #C7180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7180E

Black with #C7180E

Text Example


Text Example

White with #C7180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7180E; }

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

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

background-color css

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

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

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

border-color css

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

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

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