Html Css Color HEX #C60701 Free Speech Red

📋 copy color: '#C60701'

red 198 ◦ green 7 ◦ blue 1

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

Shades of Free Speech Red #C60701

Tints of Free Speech Red #C60701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 96.12%
G = 3.4%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C60701 (or 0xC60701) is known color: Free Speech Red. HEX triplet: C6, 07 and 01. RGB value is (198,7,1). Sum of RGB (Red+Green+Blue) = 198+7+1=206 (27% of max value = 765). Red value is 198 (77.73% from 255 or 96.12% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 198 - color contains mainly: red. Hex color #C60701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60701 is #39F8FE. Grayscale: #3F3F3F. Windows color (decimal): -3799295 or 67526. OLE color: 67526.

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

Color convert

RGB 198 7 1 -
CMYK 0 0.96 0.99 0.22
HSL 1.83º 0.99% 0.39% -
HSV(B) 1.83º 0.99% 0.78% -
XYZ 23.37 12.16 1.14 -
YUV 63.43 92.78 223.99 -
System Red Green Blue C M Y K H S L
Decimal 198 7 1 0 0.96 0.99 0.22 1.83 0.99 0.39
Hex C6 7 1 0 60 63 16 2 63 27
Octal 306 7 1 0 140 143 26 2 143 47
Binary 11000110 111 1 0 1100000 1100011 10110 10 1100011 100111

Color Harmonies of #C60701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60701

Black with #C60701

Text Example


Text Example

White with #C60701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60701; }

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

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

background-color css

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

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

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

border-color css

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

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

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