Html Css Color HEX #C61304 Free Speech Red

📋 copy color: '#C61304'

red 198 ◦ green 19 ◦ blue 4

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

Shades of Free Speech Red #C61304

Tints of Free Speech Red #C61304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 89.59%
G = 8.6%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C61304 (or 0xC61304) is known color: Free Speech Red. HEX triplet: C6, 13 and 04. RGB value is (198,19,4). Sum of RGB (Red+Green+Blue) = 198+19+4=221 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.59% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 198 - color contains mainly: red. Hex color #C61304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61304 is #39ECFB. Grayscale: #474747. Windows color (decimal): -3796220 or 267206. OLE color: 267206.

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

Color convert

RGB 198 19 4 -
CMYK 0 0.90 0.98 0.22
HSL 4.64º 0.96% 0.4% -
HSV(B) 4.64º 0.98% 0.78% -
XYZ 23.54 12.48 1.28 -
YUV 70.81 90.3 218.72 -
System Red Green Blue C M Y K H S L
Decimal 198 19 4 0 0.90 0.98 0.22 4.64 0.96 0.4
Hex C6 13 4 0 5A 62 16 5 60 28
Octal 306 23 4 0 132 142 26 5 140 50
Binary 11000110 10011 100 0 1011010 1100010 10110 101 1100000 101000

Color Harmonies of #C61304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61304

Black with #C61304

Text Example


Text Example

White with #C61304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61304; }

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

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

background-color css

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

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

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

border-color css

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

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

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