Html Css Color HEX #C5110F Free Speech Red

📋 copy color: '#C5110F'

red 197 ◦ green 17 ◦ blue 15

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

Shades of Free Speech Red #C5110F

Tints of Free Speech Red #C5110F

RGB

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

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

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

R = 86.03%
G = 7.42%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5110F (or 0xC5110F) is known color: Free Speech Red. HEX triplet: C5, 11 and 0F. RGB value is (197,17,15). Sum of RGB (Red+Green+Blue) = 197+17+15=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C5110F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5110F is #3AEEF0. Grayscale: #464646. Windows color (decimal): -3862257 or 987589. OLE color: 987589.

HSL color Cylindrical-coordinate representation of color #C5110F: hue angle of 0.66º 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 #C5110F is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 15 -
CMYK 0 0.91 0.92 0.23
HSL 0.66º 0.86% 0.42% -
HSV(B) 0.66º 0.92% 0.77% -
XYZ 23.31 12.31 1.6 -
YUV 70.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 197 17 15 0 0.91 0.92 0.23 0.66 0.86 0.42
Hex C5 11 F 0 5B 5C 17 1 56 2A
Octal 305 21 17 0 133 134 27 1 126 52
Binary 11000101 10001 1111 0 1011011 1011100 10111 1 1010110 101010

Color Harmonies of #C5110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5110F

Black with #C5110F

Text Example


Text Example

White with #C5110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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