Html Css Color HEX #C7170A Free Speech Red

📋 copy color: '#C7170A'

red 199 ◦ green 23 ◦ blue 10

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

Shades of Free Speech Red #C7170A

Tints of Free Speech Red #C7170A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 85.78%
G = 9.91%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7170A (or 0xC7170A) is known color: Free Speech Red. HEX triplet: C7, 17 and 0A. RGB value is (199,23,10). Sum of RGB (Red+Green+Blue) = 199+23+10=232 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.78% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 199 - color contains mainly: red. Hex color #C7170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C7170A is #38E8F5. Grayscale: #4A4A4A. Windows color (decimal): -3729654 or 661447. OLE color: 661447.

HSL color Cylindrical-coordinate representation of color #C7170A: hue angle of 4.13º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7170A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 23 10 -
CMYK 0 0.88 0.95 0.22
HSL 4.13º 0.9% 0.41% -
HSV(B) 4.13º 0.95% 0.78% -
XYZ 23.91 12.78 1.49 -
YUV 74.14 91.81 217.06 -
System Red Green Blue C M Y K H S L
Decimal 199 23 10 0 0.88 0.95 0.22 4.13 0.9 0.41
Hex C7 17 A 0 58 5F 16 4 5A 29
Octal 307 27 12 0 130 137 26 4 132 51
Binary 11000111 10111 1010 0 1011000 1011111 10110 100 1011010 101001

Color Harmonies of #C7170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7170A

Black with #C7170A

Text Example


Text Example

White with #C7170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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