Html Css Color HEX #C60401 Free Speech Red

📋 copy color: '#C60401'

red 198 ◦ green 4 ◦ blue 1

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

Shades of Free Speech Red #C60401

Tints of Free Speech Red #C60401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

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

R = 97.54%
G = 1.97%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C60401 (or 0xC60401) is known color: Free Speech Red. HEX triplet: C6, 04 and 01. RGB value is (198,4,1). Sum of RGB (Red+Green+Blue) = 198+4+1=203 (26% of max value = 765). Red value is 198 (77.73% from 255 or 97.54% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 198 - color contains mainly: red. Hex color #C60401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60401 is #39FBFE. Grayscale: #3D3D3D. Windows color (decimal): -3800063 or 66758. OLE color: 66758.

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

Color convert

RGB 198 4 1 -
CMYK 0 0.98 0.99 0.22
HSL 0.91º 0.99% 0.39% -
HSV(B) 0.91º 0.99% 0.78% -
XYZ 23.34 12.09 1.13 -
YUV 61.66 93.77 225.24 -
System Red Green Blue C M Y K H S L
Decimal 198 4 1 0 0.98 0.99 0.22 0.91 0.99 0.39
Hex C6 4 1 0 62 63 16 1 63 27
Octal 306 4 1 0 142 143 26 1 143 47
Binary 11000110 100 1 0 1100010 1100011 10110 1 1100011 100111

Color Harmonies of #C60401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60401

Black with #C60401

Text Example


Text Example

White with #C60401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60401; }

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

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

background-color css

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

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

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

border-color css

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

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

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