Html Css Color HEX #C5160B Free Speech Red

📋 copy color: '#C5160B'

red 197 ◦ green 22 ◦ blue 11

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

Shades of Free Speech Red #C5160B

Tints of Free Speech Red #C5160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.57%

 BLUE value IS 11 (4.69% from 255) = 4.78%

R = 85.65%
G = 9.57%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5160B (or 0xC5160B) is known color: Free Speech Red. HEX triplet: C5, 16 and 0B. RGB value is (197,22,11). Sum of RGB (Red+Green+Blue) = 197+22+11=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C5160B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5160B is #3AE9F4. Grayscale: #494949. Windows color (decimal): -3860981 or 726725. OLE color: 726725.

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

Color convert

RGB 197 22 11 -
CMYK 0 0.89 0.94 0.23
HSL 3.55º 0.89% 0.41% -
HSV(B) 3.55º 0.94% 0.77% -
XYZ 23.37 12.47 1.49 -
YUV 73.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 197 22 11 0 0.89 0.94 0.23 3.55 0.89 0.41
Hex C5 16 B 0 59 5E 17 4 59 29
Octal 305 26 13 0 131 136 27 4 131 51
Binary 11000101 10110 1011 0 1011001 1011110 10111 100 1011001 101001

Color Harmonies of #C5160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5160B

Black with #C5160B

Text Example


Text Example

White with #C5160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5160B; }

 p { color: rgb(197,22,11); }

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

background-color css

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

 a { background-color: rgb(197,22,11); }

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

border-color css

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

 span { border-color: rgb(197,22,11); }

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