Html Css Color HEX #C20900 Free Speech Red

📋 copy color: '#C20900'

red 194 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #C20900

Tints of Free Speech Red #C20900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

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

R = 95.57%
G = 4.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C20900 (or 0xC20900) is known color: Free Speech Red. HEX triplet: C2, 09 and 00. RGB value is (194,9,0). Sum of RGB (Red+Green+Blue) = 194+9+0=203 (26% of max value = 765). Red value is 194 (76.17% from 255 or 95.57% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 194 - color contains mainly: red. Hex color #C20900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20900 is #3DF6FF. Grayscale: #3F3F3F. Windows color (decimal): -4060928 or 2498. OLE color: 2498.

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

Color convert

RGB 194 9 0 -
CMYK 0 0.95 1 0.24
HSL 2.78º 1% 0.38% -
HSV(B) 2.78º 1% 0.76% -
XYZ 22.35 11.66 1.07 -
YUV 63.29 92.29 221.23 -
System Red Green Blue C M Y K H S L
Decimal 194 9 0 0 0.95 1 0.24 2.78 1 0.38
Hex C2 9 0 0 5F 64 18 3 64 26
Octal 302 11 0 0 137 144 30 3 144 46
Binary 11000010 1001 0 0 1011111 1100100 11000 11 1100100 100110

Color Harmonies of #C20900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20900

Black with #C20900

Text Example


Text Example

White with #C20900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20900; }

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

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

background-color css

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

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

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

border-color css

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

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

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