Html Css Color HEX #C51210 Free Speech Red

📋 copy color: '#C51210'

red 197 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #C51210

Tints of Free Speech Red #C51210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.79%

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

R = 85.28%
G = 7.79%
B = 6.93%

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

#C51210 (or 0xC51210) is known color: Free Speech Red. HEX triplet: C5, 12 and 10. RGB value is (197,18,16). Sum of RGB (Red+Green+Blue) = 197+18+16=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C51210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51210 is #3AEDEF. Grayscale: #474747. Windows color (decimal): -3862000 or 1053381. OLE color: 1053381.

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

Color convert

RGB 197 18 16 -
CMYK 0 0.91 0.92 0.23
HSL 0.66º 0.85% 0.42% -
HSV(B) 0.66º 0.92% 0.77% -
XYZ 23.34 12.34 1.64 -
YUV 71.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 197 18 16 0 0.91 0.92 0.23 0.66 0.85 0.42
Hex C5 12 10 0 5B 5C 17 1 55 2A
Octal 305 22 20 0 133 134 27 1 125 52
Binary 11000101 10010 10000 0 1011011 1011100 10111 1 1010101 101010

Color Harmonies of #C51210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51210

Black with #C51210

Text Example


Text Example

White with #C51210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51210; }

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

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

background-color css

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

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

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

border-color css

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

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

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