Html Css Color HEX #C51100 Free Speech Red

📋 copy color: '#C51100'

red 197 ◦ green 17 ◦ blue 0

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

Shades of Free Speech Red #C51100

Tints of Free Speech Red #C51100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.06%
G = 7.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C51100 (or 0xC51100) is known color: Free Speech Red. HEX triplet: C5, 11 and 00. RGB value is (197,17,0). Sum of RGB (Red+Green+Blue) = 197+17+0=214 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.06% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 197 - color contains mainly: red. Hex color #C51100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51100 is #3AEEFF. Grayscale: #454545. Windows color (decimal): -3862272 or 4549. OLE color: 4549.

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

Color convert

RGB 197 17 0 -
CMYK 0 0.91 1 0.23
HSL 5.18º 1% 0.39% -
HSV(B) 5.18º 1% 0.77% -
XYZ 23.23 12.27 1.14 -
YUV 68.88 89.13 219.38 -
System Red Green Blue C M Y K H S L
Decimal 197 17 0 0 0.91 1 0.23 5.18 1 0.39
Hex C5 11 0 0 5B 64 17 5 64 27
Octal 305 21 0 0 133 144 27 5 144 47
Binary 11000101 10001 0 0 1011011 1100100 10111 101 1100100 100111

Color Harmonies of #C51100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51100

Black with #C51100

Text Example


Text Example

White with #C51100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51100; }

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

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

background-color css

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

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

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

border-color css

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

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

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