Html Css Color HEX #C5190B Free Speech Red

📋 copy color: '#C5190B'

red 197 ◦ green 25 ◦ blue 11

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

Shades of Free Speech Red #C5190B

Tints of Free Speech Red #C5190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.73%

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

R = 84.55%
G = 10.73%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5190B (or 0xC5190B) is known color: Free Speech Red. HEX triplet: C5, 19 and 0B. RGB value is (197,25,11). Sum of RGB (Red+Green+Blue) = 197+25+11=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C5190B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5190B is #3AE6F4. Grayscale: #4B4B4B. Windows color (decimal): -3860213 or 727493. OLE color: 727493.

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

Color convert

RGB 197 25 11 -
CMYK 0 0.87 0.94 0.23
HSL 4.52º 0.89% 0.41% -
HSV(B) 4.52º 0.94% 0.77% -
XYZ 23.43 12.59 1.51 -
YUV 74.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 197 25 11 0 0.87 0.94 0.23 4.52 0.89 0.41
Hex C5 19 B 0 57 5E 17 5 59 29
Octal 305 31 13 0 127 136 27 5 131 51
Binary 11000101 11001 1011 0 1010111 1011110 10111 101 1011001 101001

Color Harmonies of #C5190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5190B

Black with #C5190B

Text Example


Text Example

White with #C5190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5190B; }

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

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

background-color css

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

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

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

border-color css

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

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

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