Html Css Color HEX #C60700 Free Speech Red

📋 copy color: '#C60700'

red 198 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #C60700

Tints of Free Speech Red #C60700

RGB

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

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

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

R = 96.59%
G = 3.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C60700 (or 0xC60700) is known color: Free Speech Red. HEX triplet: C6, 07 and 00. RGB value is (198,7,0). Sum of RGB (Red+Green+Blue) = 198+7+0=205 (27% of max value = 765). Red value is 198 (77.73% from 255 or 96.59% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 198 - color contains mainly: red. Hex color #C60700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60700 is #39F8FF. Grayscale: #3F3F3F. Windows color (decimal): -3799296 or 1990. OLE color: 1990.

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

Color convert

RGB 198 7 0 -
CMYK 0 0.96 1 0.22
HSL 2.12º 1% 0.39% -
HSV(B) 2.12º 1% 0.78% -
XYZ 23.36 12.16 1.12 -
YUV 63.31 92.28 224.07 -
System Red Green Blue C M Y K H S L
Decimal 198 7 0 0 0.96 1 0.22 2.12 1 0.39
Hex C6 7 0 0 60 64 16 2 64 27
Octal 306 7 0 0 140 144 26 2 144 47
Binary 11000110 111 0 0 1100000 1100100 10110 10 1100100 100111

Color Harmonies of #C60700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60700

Black with #C60700

Text Example


Text Example

White with #C60700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60700; }

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

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

background-color css

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

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

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

border-color css

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

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

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