Html Css Color HEX #C7190C Free Speech Red

📋 copy color: '#C7190C'

red 199 ◦ green 25 ◦ blue 12

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

Shades of Free Speech Red #C7190C

Tints of Free Speech Red #C7190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.59%

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

R = 84.32%
G = 10.59%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7190C (or 0xC7190C) is known color: Free Speech Red. HEX triplet: C7, 19 and 0C. RGB value is (199,25,12). Sum of RGB (Red+Green+Blue) = 199+25+12=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C7190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7190C is #38E6F3. Grayscale: #4B4B4B. Windows color (decimal): -3729140 or 793031. OLE color: 793031.

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

Color convert

RGB 199 25 12 -
CMYK 0 0.87 0.94 0.22
HSL 4.17º 0.89% 0.41% -
HSV(B) 4.17º 0.94% 0.78% -
XYZ 23.97 12.86 1.57 -
YUV 75.54 92.15 216.06 -
System Red Green Blue C M Y K H S L
Decimal 199 25 12 0 0.87 0.94 0.22 4.17 0.89 0.41
Hex C7 19 C 0 57 5E 16 4 59 29
Octal 307 31 14 0 127 136 26 4 131 51
Binary 11000111 11001 1100 0 1010111 1011110 10110 100 1011001 101001

Color Harmonies of #C7190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7190C

Black with #C7190C

Text Example


Text Example

White with #C7190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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