Html Css Color HEX #C61004 Free Speech Red

📋 copy color: '#C61004'

red 198 ◦ green 16 ◦ blue 4

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

Shades of Free Speech Red #C61004

Tints of Free Speech Red #C61004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

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

R = 90.83%
G = 7.34%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C61004 (or 0xC61004) is known color: Free Speech Red. HEX triplet: C6, 10 and 04. RGB value is (198,16,4). Sum of RGB (Red+Green+Blue) = 198+16+4=218 (28% of max value = 765). Red value is 198 (77.73% from 255 or 90.83% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 198 - color contains mainly: red. Hex color #C61004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61004 is #39EFFB. Grayscale: #454545. Windows color (decimal): -3796988 or 266438. OLE color: 266438.

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

Color convert

RGB 198 16 4 -
CMYK 0 0.92 0.98 0.22
HSL 3.71º 0.96% 0.4% -
HSV(B) 3.71º 0.98% 0.78% -
XYZ 23.5 12.39 1.27 -
YUV 69.05 91.3 219.98 -
System Red Green Blue C M Y K H S L
Decimal 198 16 4 0 0.92 0.98 0.22 3.71 0.96 0.4
Hex C6 10 4 0 5C 62 16 4 60 28
Octal 306 20 4 0 134 142 26 4 140 50
Binary 11000110 10000 100 0 1011100 1100010 10110 100 1100000 101000

Color Harmonies of #C61004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61004

Black with #C61004

Text Example


Text Example

White with #C61004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61004; }

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

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

background-color css

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

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

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

border-color css

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

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

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