Html Css Color HEX #C20706 Free Speech Red

📋 copy color: '#C20706'

red 194 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #C20706

Tints of Free Speech Red #C20706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

 BLUE value IS 6 (2.73% from 255) = 2.9%

R = 93.72%
G = 3.38%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C20706 (or 0xC20706) is known color: Free Speech Red. HEX triplet: C2, 07 and 06. RGB value is (194,7,6). Sum of RGB (Red+Green+Blue) = 194+7+6=207 (27% of max value = 765). Red value is 194 (76.17% from 255 or 93.72% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 194 - color contains mainly: red. Hex color #C20706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20706 is #3DF8F9. Grayscale: #3E3E3E. Windows color (decimal): -4061434 or 395202. OLE color: 395202.

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

Color convert

RGB 194 7 6 -
CMYK 0 0.96 0.97 0.24
HSL 0.32º 0.94% 0.39% -
HSV(B) 0.32º 0.97% 0.76% -
XYZ 22.36 11.63 1.24 -
YUV 62.8 95.95 221.58 -
System Red Green Blue C M Y K H S L
Decimal 194 7 6 0 0.96 0.97 0.24 0.32 0.94 0.39
Hex C2 7 6 0 60 61 18 0 5E 27
Octal 302 7 6 0 140 141 30 0 136 47
Binary 11000010 111 110 0 1100000 1100001 11000 0 1011110 100111

Color Harmonies of #C20706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20706

Black with #C20706

Text Example


Text Example

White with #C20706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20706; }

 p { color: rgb(194,7,6); }

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

background-color css

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

 a { background-color: rgb(194,7,6); }

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

border-color css

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

 span { border-color: rgb(194,7,6); }

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