Html Css Color HEX #C50501 Free Speech Red

📋 copy color: '#C50501'

red 197 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #C50501

Tints of Free Speech Red #C50501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 97.04%
G = 2.46%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C50501 (or 0xC50501) is known color: Free Speech Red. HEX triplet: C5, 05 and 01. RGB value is (197,5,1). Sum of RGB (Red+Green+Blue) = 197+5+1=203 (26% of max value = 765). Red value is 197 (77.34% from 255 or 97.04% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 197 - color contains mainly: red. Hex color #C50501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50501 is #3AFAFE. Grayscale: #3E3E3E. Windows color (decimal): -3865343 or 67013. OLE color: 67013.

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

Color convert

RGB 197 5 1 -
CMYK 0 0.97 0.99 0.23
HSL 1.22º 0.99% 0.39% -
HSV(B) 1.22º 0.99% 0.77% -
XYZ 23.09 11.98 1.12 -
YUV 61.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 197 5 1 0 0.97 0.99 0.23 1.22 0.99 0.39
Hex C5 5 1 0 61 63 17 1 63 27
Octal 305 5 1 0 141 143 27 1 143 47
Binary 11000101 101 1 0 1100001 1100011 10111 1 1100011 100111

Color Harmonies of #C50501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50501

Black with #C50501

Text Example


Text Example

White with #C50501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50501; }

 p { color: rgb(197,5,1); }

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

background-color css

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

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

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

border-color css

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

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

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