Html Css Color HEX #C51300 Free Speech Red

📋 copy color: '#C51300'

red 197 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #C51300

Tints of Free Speech Red #C51300

RGB

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

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

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

R = 91.2%
G = 8.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C51300 (or 0xC51300) is known color: Free Speech Red. HEX triplet: C5, 13 and 00. RGB value is (197,19,0). Sum of RGB (Red+Green+Blue) = 197+19+0=216 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.20% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 197 - color contains mainly: red. Hex color #C51300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51300 is #3AECFF. Grayscale: #464646. Windows color (decimal): -3861760 or 5061. OLE color: 5061.

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

Color convert

RGB 197 19 0 -
CMYK 0 0.90 1 0.23
HSL 5.79º 1% 0.39% -
HSV(B) 5.79º 1% 0.77% -
XYZ 23.26 12.34 1.16 -
YUV 70.06 88.47 218.54 -
System Red Green Blue C M Y K H S L
Decimal 197 19 0 0 0.90 1 0.23 5.79 1 0.39
Hex C5 13 0 0 5A 64 17 6 64 27
Octal 305 23 0 0 132 144 27 6 144 47
Binary 11000101 10011 0 0 1011010 1100100 10111 110 1100100 100111

Color Harmonies of #C51300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51300

Black with #C51300

Text Example


Text Example

White with #C51300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51300; }

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

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

background-color css

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

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

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

border-color css

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

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

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