Html Css Color HEX #C51200 Free Speech Red

📋 copy color: '#C51200'

red 197 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #C51200

Tints of Free Speech Red #C51200

RGB

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

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

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

R = 91.63%
G = 8.37%
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

#C51200 (or 0xC51200) is known color: Free Speech Red. HEX triplet: C5, 12 and 00. RGB value is (197,18,0). Sum of RGB (Red+Green+Blue) = 197+18+0=215 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.63% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 197 - color contains mainly: red. Hex color #C51200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51200 is #3AEDFF. Grayscale: #454545. Windows color (decimal): -3862016 or 4805. OLE color: 4805.

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

Color convert

RGB 197 18 0 -
CMYK 0 0.91 1 0.23
HSL 5.48º 1% 0.39% -
HSV(B) 5.48º 1% 0.77% -
XYZ 23.24 12.3 1.15 -
YUV 69.47 88.8 218.96 -
System Red Green Blue C M Y K H S L
Decimal 197 18 0 0 0.91 1 0.23 5.48 1 0.39
Hex C5 12 0 0 5B 64 17 5 64 27
Octal 305 22 0 0 133 144 27 5 144 47
Binary 11000101 10010 0 0 1011011 1100100 10111 101 1100100 100111

Color Harmonies of #C51200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51200

Black with #C51200

Text Example


Text Example

White with #C51200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51200; }

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

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

background-color css

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

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

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

border-color css

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

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

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