Html Css Color HEX #C50400 Free Speech Red

📋 copy color: '#C50400'

red 197 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #C50400

Tints of Free Speech Red #C50400

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 98.01%
G = 1.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C50400 (or 0xC50400) is known color: Free Speech Red. HEX triplet: C5, 04 and 00. RGB value is (197,4,0). Sum of RGB (Red+Green+Blue) = 197+4+0=201 (26% of max value = 765). Red value is 197 (77.34% from 255 or 98.01% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 197 - color contains mainly: red. Hex color #C50400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50400 is #3AFBFF. Grayscale: #3D3D3D. Windows color (decimal): -3865600 or 1221. OLE color: 1221.

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

Color convert

RGB 197 4 0 -
CMYK 0 0.98 1 0.23
HSL 1.22º 1% 0.39% -
HSV(B) 1.22º 1% 0.77% -
XYZ 23.07 11.96 1.09 -
YUV 61.25 93.44 224.83 -
System Red Green Blue C M Y K H S L
Decimal 197 4 0 0 0.98 1 0.23 1.22 1 0.39
Hex C5 4 0 0 62 64 17 1 64 27
Octal 305 4 0 0 142 144 27 1 144 47
Binary 11000101 100 0 0 1100010 1100100 10111 1 1100100 100111

Color Harmonies of #C50400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50400

Black with #C50400

Text Example


Text Example

White with #C50400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50400; }

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

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

background-color css

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

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

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

border-color css

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

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

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