Html Css Color HEX #C60706 Free Speech Red

📋 copy color: '#C60706'

red 198 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #C60706

Tints of Free Speech Red #C60706

RGB

 RED value IS 198 (77.73% from 255) = 93.84%

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

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

R = 93.84%
G = 3.32%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C60706 (or 0xC60706) is known color: Free Speech Red. HEX triplet: C6, 07 and 06. RGB value is (198,7,6). Sum of RGB (Red+Green+Blue) = 198+7+6=211 (27% of max value = 765). Red value is 198 (77.73% from 255 or 93.84% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 198 - color contains mainly: red. Hex color #C60706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60706 is #39F8F9. Grayscale: #404040. Windows color (decimal): -3799290 or 395206. OLE color: 395206.

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

Color convert

RGB 198 7 6 -
CMYK 0 0.96 0.97 0.22
HSL 0.31º 0.94% 0.4% -
HSV(B) 0.31º 0.97% 0.78% -
XYZ 23.4 12.17 1.29 -
YUV 64 95.28 223.58 -
System Red Green Blue C M Y K H S L
Decimal 198 7 6 0 0.96 0.97 0.22 0.31 0.94 0.4
Hex C6 7 6 0 60 61 16 0 5E 28
Octal 306 7 6 0 140 141 26 0 136 50
Binary 11000110 111 110 0 1100000 1100001 10110 0 1011110 101000

Color Harmonies of #C60706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60706

Black with #C60706

Text Example


Text Example

White with #C60706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60706; }

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

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

background-color css

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

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

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

border-color css

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

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

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