Html Css Color HEX #C5170F Free Speech Red

📋 copy color: '#C5170F'

red 197 ◦ green 23 ◦ blue 15

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

Shades of Free Speech Red #C5170F

Tints of Free Speech Red #C5170F

RGB

 RED value IS 197 (77.34% from 255) = 83.83%

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

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 83.83%
G = 9.79%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5170F (or 0xC5170F) is known color: Free Speech Red. HEX triplet: C5, 17 and 0F. RGB value is (197,23,15). Sum of RGB (Red+Green+Blue) = 197+23+15=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C5170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5170F is #3AE8F0. Grayscale: #4A4A4A. Windows color (decimal): -3860721 or 989125. OLE color: 989125.

HSL color Cylindrical-coordinate representation of color #C5170F: hue angle of 2.64º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5170F is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 15 -
CMYK 0 0.88 0.92 0.23
HSL 2.64º 0.86% 0.42% -
HSV(B) 2.64º 0.92% 0.77% -
XYZ 23.42 12.52 1.63 -
YUV 74.11 94.65 215.65 -
System Red Green Blue C M Y K H S L
Decimal 197 23 15 0 0.88 0.92 0.23 2.64 0.86 0.42
Hex C5 17 F 0 58 5C 17 3 56 2A
Octal 305 27 17 0 130 134 27 3 126 52
Binary 11000101 10111 1111 0 1011000 1011100 10111 11 1010110 101010

Color Harmonies of #C5170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5170F

Black with #C5170F

Text Example


Text Example

White with #C5170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5170F; }

 p { color: rgb(197,23,15); }

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

background-color css

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

 a { background-color: rgb(197,23,15); }

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

border-color css

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

 span { border-color: rgb(197,23,15); }

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