Html Css Color HEX #C60300 Free Speech Red

📋 copy color: '#C60300'

red 198 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #C60300

Tints of Free Speech Red #C60300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 98.51%
G = 1.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C60300 (or 0xC60300) is known color: Free Speech Red. HEX triplet: C6, 03 and 00. RGB value is (198,3,0). Sum of RGB (Red+Green+Blue) = 198+3+0=201 (26% of max value = 765). Red value is 198 (77.73% from 255 or 98.51% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 198 - color contains mainly: red. Hex color #C60300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60300 is #39FCFF. Grayscale: #3D3D3D. Windows color (decimal): -3800320 or 966. OLE color: 966.

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

Color convert

RGB 198 3 0 -
CMYK 0 0.98 1 0.22
HSL 0.91º 1% 0.39% -
HSV(B) 0.91º 1% 0.78% -
XYZ 23.32 12.07 1.1 -
YUV 60.96 93.6 225.74 -
System Red Green Blue C M Y K H S L
Decimal 198 3 0 0 0.98 1 0.22 0.91 1 0.39
Hex C6 3 0 0 62 64 16 1 64 27
Octal 306 3 0 0 142 144 26 1 144 47
Binary 11000110 11 0 0 1100010 1100100 10110 1 1100100 100111

Color Harmonies of #C60300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60300

Black with #C60300

Text Example


Text Example

White with #C60300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60300; }

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

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

background-color css

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

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

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

border-color css

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

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

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