Html Css Color HEX #C51313 Free Speech Red

📋 copy color: '#C51313'

red 197 ◦ green 19 ◦ blue 19

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

Shades of Free Speech Red #C51313

Tints of Free Speech Red #C51313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

 BLUE value IS 19 (7.81% from 255) = 8.09%

R = 83.83%
G = 8.09%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C51313 (or 0xC51313) is known color: Free Speech Red. HEX triplet: C5, 13 and 13. RGB value is (197,19,19). Sum of RGB (Red+Green+Blue) = 197+19+19=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C51313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51313 is #3AECEC. Grayscale: #484848. Windows color (decimal): -3861741 or 1250245. OLE color: 1250245.

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

Color convert

RGB 197 19 19 -
CMYK 0 0.90 0.90 0.23
HSL 0.82% 0.42% -
HSV(B) 0.9% 0.77% -
XYZ 23.38 12.38 1.77 -
YUV 72.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 197 19 19 0 0.90 0.90 0.23 0 0.82 0.42
Hex C5 13 13 0 5A 5A 17 0 52 2A
Octal 305 23 23 0 132 132 27 0 122 52
Binary 11000101 10011 10011 0 1011010 1011010 10111 0 1010010 101010

Color Harmonies of #C51313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51313

Black with #C51313

Text Example


Text Example

White with #C51313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51313; }

 p { color: rgb(197,19,19); }

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

background-color css

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

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

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

border-color css

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

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

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