Html Css Color HEX #C5190A Free Speech Red

📋 copy color: '#C5190A'

red 197 ◦ green 25 ◦ blue 10

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

Shades of Free Speech Red #C5190A

Tints of Free Speech Red #C5190A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 84.91%
G = 10.78%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5190A (or 0xC5190A) is known color: Free Speech Red. HEX triplet: C5, 19 and 0A. RGB value is (197,25,10). Sum of RGB (Red+Green+Blue) = 197+25+10=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C5190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5190A is #3AE6F5. Grayscale: #4A4A4A. Windows color (decimal): -3860214 or 661957. OLE color: 661957.

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

Color convert

RGB 197 25 10 -
CMYK 0 0.87 0.95 0.23
HSL 4.81º 0.9% 0.41% -
HSV(B) 4.81º 0.95% 0.77% -
XYZ 23.43 12.59 1.48 -
YUV 74.72 91.48 215.22 -
System Red Green Blue C M Y K H S L
Decimal 197 25 10 0 0.87 0.95 0.23 4.81 0.9 0.41
Hex C5 19 A 0 57 5F 17 5 5A 29
Octal 305 31 12 0 127 137 27 5 132 51
Binary 11000101 11001 1010 0 1010111 1011111 10111 101 1011010 101001

Color Harmonies of #C5190A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5190A

Black with #C5190A

Text Example


Text Example

White with #C5190A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5190A; }

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

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

background-color css

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

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

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

border-color css

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

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

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