Html Css Color HEX #C51500 Free Speech Red

📋 copy color: '#C51500'

red 197 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #C51500

Tints of Free Speech Red #C51500

RGB

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

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

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

R = 90.37%
G = 9.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C51500 (or 0xC51500) is known color: Free Speech Red. HEX triplet: C5, 15 and 00. RGB value is (197,21,0). Sum of RGB (Red+Green+Blue) = 197+21+0=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C51500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51500 is #3AEAFF. Grayscale: #474747. Windows color (decimal): -3861248 or 5573. OLE color: 5573.

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

Color convert

RGB 197 21 0 -
CMYK 0 0.89 1 0.23
HSL 6.4º 1% 0.39% -
HSV(B) 6.4º 1% 0.77% -
XYZ 23.29 12.41 1.17 -
YUV 71.23 87.81 217.71 -
System Red Green Blue C M Y K H S L
Decimal 197 21 0 0 0.89 1 0.23 6.4 1 0.39
Hex C5 15 0 0 59 64 17 6 64 27
Octal 305 25 0 0 131 144 27 6 144 47
Binary 11000101 10101 0 0 1011001 1100100 10111 110 1100100 100111

Color Harmonies of #C51500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51500

Black with #C51500

Text Example


Text Example

White with #C51500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51500; }

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

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

background-color css

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

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

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

border-color css

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

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

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