Html Css Color HEX #C51610 Free Speech Red

📋 copy color: '#C51610'

red 197 ◦ green 22 ◦ blue 16

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

Shades of Free Speech Red #C51610

Tints of Free Speech Red #C51610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 83.83%
G = 9.36%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C51610 (or 0xC51610) is known color: Free Speech Red. HEX triplet: C5, 16 and 10. RGB value is (197,22,16). Sum of RGB (Red+Green+Blue) = 197+22+16=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C51610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51610 is #3AE9EF. Grayscale: #494949. Windows color (decimal): -3860976 or 1054405. OLE color: 1054405.

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

Color convert

RGB 197 22 16 -
CMYK 0 0.89 0.92 0.23
HSL 1.99º 0.85% 0.42% -
HSV(B) 1.99º 0.92% 0.77% -
XYZ 23.41 12.48 1.67 -
YUV 73.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 197 22 16 0 0.89 0.92 0.23 1.99 0.85 0.42
Hex C5 16 10 0 59 5C 17 2 55 2A
Octal 305 26 20 0 131 134 27 2 125 52
Binary 11000101 10110 10000 0 1011001 1011100 10111 10 1010101 101010

Color Harmonies of #C51610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51610

Black with #C51610

Text Example


Text Example

White with #C51610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51610; }

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

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

background-color css

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

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

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

border-color css

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

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

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