Html Css Color HEX #C5110D Free Speech Red

📋 copy color: '#C5110D'

red 197 ◦ green 17 ◦ blue 13

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

Shades of Free Speech Red #C5110D

Tints of Free Speech Red #C5110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 86.78%
G = 7.49%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5110D (or 0xC5110D) is known color: Free Speech Red. HEX triplet: C5, 11 and 0D. RGB value is (197,17,13). Sum of RGB (Red+Green+Blue) = 197+17+13=227 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.78% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 197 - color contains mainly: red. Hex color #C5110D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5110D is #3AEEF2. Grayscale: #464646. Windows color (decimal): -3862259 or 856517. OLE color: 856517.

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

Color convert

RGB 197 17 13 -
CMYK 0 0.91 0.93 0.23
HSL 1.3º 0.88% 0.41% -
HSV(B) 1.3º 0.93% 0.77% -
XYZ 23.3 12.3 1.53 -
YUV 70.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 197 17 13 0 0.91 0.93 0.23 1.3 0.88 0.41
Hex C5 11 D 0 5B 5D 17 1 58 29
Octal 305 21 15 0 133 135 27 1 130 51
Binary 11000101 10001 1101 0 1011011 1011101 10111 1 1011000 101001

Color Harmonies of #C5110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5110D

Black with #C5110D

Text Example


Text Example

White with #C5110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5110D; }

 p { color: rgb(197,17,13); }

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

background-color css

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

 a { background-color: rgb(197,17,13); }

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

border-color css

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

 span { border-color: rgb(197,17,13); }

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