Html Css Color HEX #C20500 Free Speech Red

📋 copy color: '#C20500'

red 194 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #C20500

Tints of Free Speech Red #C20500

RGB

 RED value IS 194 (76.17% from 255) = 97.49%

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

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

R = 97.49%
G = 2.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C20500 (or 0xC20500) is known color: Free Speech Red. HEX triplet: C2, 05 and 00. RGB value is (194,5,0). Sum of RGB (Red+Green+Blue) = 194+5+0=199 (26% of max value = 765). Red value is 194 (76.17% from 255 or 97.49% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 194 - color contains mainly: red. Hex color #C20500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20500 is #3DFAFF. Grayscale: #3D3D3D. Windows color (decimal): -4061952 or 1474. OLE color: 1474.

HSL color Cylindrical-coordinate representation of color #C20500: hue angle of 1.55º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 0 -
CMYK 0 0.97 1 0.24
HSL 1.55º 1% 0.38% -
HSV(B) 1.55º 1% 0.76% -
XYZ 22.3 11.58 1.06 -
YUV 60.94 93.62 222.91 -
System Red Green Blue C M Y K H S L
Decimal 194 5 0 0 0.97 1 0.24 1.55 1 0.38
Hex C2 5 0 0 61 64 18 2 64 26
Octal 302 5 0 0 141 144 30 2 144 46
Binary 11000010 101 0 0 1100001 1100100 11000 10 1100100 100110

Color Harmonies of #C20500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20500

Black with #C20500

Text Example


Text Example

White with #C20500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20500; }

 p { color: rgb(194,5,0); }

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

background-color css

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

 a { background-color: rgb(194,5,0); }

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

border-color css

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

 span { border-color: rgb(194,5,0); }

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