Html Css Color HEX #C60800 Free Speech Red

📋 copy color: '#C60800'

red 198 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #C60800

Tints of Free Speech Red #C60800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.88%

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

R = 96.12%
G = 3.88%
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

#C60800 (or 0xC60800) is known color: Free Speech Red. HEX triplet: C6, 08 and 00. RGB value is (198,8,0). Sum of RGB (Red+Green+Blue) = 198+8+0=206 (27% of max value = 765). Red value is 198 (77.73% from 255 or 96.12% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 198 - color contains mainly: red. Hex color #C60800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60800 is #39F7FF. Grayscale: #404040. Windows color (decimal): -3799040 or 2246. OLE color: 2246.

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

Color convert

RGB 198 8 0 -
CMYK 0 0.96 1 0.22
HSL 2.42º 1% 0.39% -
HSV(B) 2.42º 1% 0.78% -
XYZ 23.38 12.18 1.12 -
YUV 63.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 198 8 0 0 0.96 1 0.22 2.42 1 0.39
Hex C6 8 0 0 60 64 16 2 64 27
Octal 306 10 0 0 140 144 26 2 144 47
Binary 11000110 1000 0 0 1100000 1100100 10110 10 1100100 100111

Color Harmonies of #C60800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60800

Black with #C60800

Text Example


Text Example

White with #C60800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60800; }

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

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

background-color css

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

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

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

border-color css

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

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

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