Html Css Color HEX #C60504 Free Speech Red

📋 copy color: '#C60504'

red 198 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #C60504

Tints of Free Speech Red #C60504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 95.65%
G = 2.42%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C60504 (or 0xC60504) is known color: Free Speech Red. HEX triplet: C6, 05 and 04. RGB value is (198,5,4). Sum of RGB (Red+Green+Blue) = 198+5+4=207 (27% of max value = 765). Red value is 198 (77.73% from 255 or 95.65% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 198 - color contains mainly: red. Hex color #C60504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C60504 is #39FAFB. Grayscale: #3E3E3E. Windows color (decimal): -3799804 or 263622. OLE color: 263622.

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

Color convert

RGB 198 5 4 -
CMYK 0 0.97 0.98 0.22
HSL 0.31º 0.96% 0.4% -
HSV(B) 0.31º 0.98% 0.78% -
XYZ 23.36 12.12 1.22 -
YUV 62.59 94.94 224.58 -
System Red Green Blue C M Y K H S L
Decimal 198 5 4 0 0.97 0.98 0.22 0.31 0.96 0.4
Hex C6 5 4 0 61 62 16 0 60 28
Octal 306 5 4 0 141 142 26 0 140 50
Binary 11000110 101 100 0 1100001 1100010 10110 0 1100000 101000

Color Harmonies of #C60504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60504

Black with #C60504

Text Example


Text Example

White with #C60504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60504; }

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

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

background-color css

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

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

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

border-color css

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

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

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