Html Css Color HEX #C51511 Free Speech Red

📋 copy color: '#C51511'

red 197 ◦ green 21 ◦ blue 17

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

Shades of Free Speech Red #C51511

Tints of Free Speech Red #C51511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

 BLUE value IS 17 (7.03% from 255) = 7.23%

R = 83.83%
G = 8.94%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C51511 (or 0xC51511) is known color: Free Speech Red. HEX triplet: C5, 15 and 11. RGB value is (197,21,17). Sum of RGB (Red+Green+Blue) = 197+21+17=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C51511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51511 is #3AEAEE. Grayscale: #494949. Windows color (decimal): -3861231 or 1119685. OLE color: 1119685.

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

Color convert

RGB 197 21 17 -
CMYK 0 0.89 0.91 0.23
HSL 1.33º 0.84% 0.42% -
HSV(B) 1.33º 0.91% 0.77% -
XYZ 23.4 12.45 1.7 -
YUV 73.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 197 21 17 0 0.89 0.91 0.23 1.33 0.84 0.42
Hex C5 15 11 0 59 5B 17 1 54 2A
Octal 305 25 21 0 131 133 27 1 124 52
Binary 11000101 10101 10001 0 1011001 1011011 10111 1 1010100 101010

Color Harmonies of #C51511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51511

Black with #C51511

Text Example


Text Example

White with #C51511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51511; }

 p { color: rgb(197,21,17); }

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

background-color css

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

 a { background-color: rgb(197,21,17); }

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

border-color css

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

 span { border-color: rgb(197,21,17); }

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