Html Css Color HEX #C20400 Free Speech Red

📋 copy color: '#C20400'

red 194 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #C20400

Tints of Free Speech Red #C20400

RGB

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

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

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

R = 97.98%
G = 2.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C20400 (or 0xC20400) is known color: Free Speech Red. HEX triplet: C2, 04 and 00. RGB value is (194,4,0). Sum of RGB (Red+Green+Blue) = 194+4+0=198 (26% of max value = 765). Red value is 194 (76.17% from 255 or 97.98% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 194 - color contains mainly: red. Hex color #C20400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20400 is #3DFBFF. Grayscale: #3C3C3C. Windows color (decimal): -4062208 or 1218. OLE color: 1218.

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

Color convert

RGB 194 4 0 -
CMYK 0 0.98 1 0.24
HSL 1.24º 1% 0.38% -
HSV(B) 1.24º 1% 0.76% -
XYZ 22.29 11.56 1.06 -
YUV 60.35 93.95 223.33 -
System Red Green Blue C M Y K H S L
Decimal 194 4 0 0 0.98 1 0.24 1.24 1 0.38
Hex C2 4 0 0 62 64 18 1 64 26
Octal 302 4 0 0 142 144 30 1 144 46
Binary 11000010 100 0 0 1100010 1100100 11000 1 1100100 100110

Color Harmonies of #C20400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20400

Black with #C20400

Text Example


Text Example

White with #C20400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20400; }

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

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

background-color css

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

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

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

border-color css

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

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

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