Html Css Color HEX #C61A06 Free Speech Red

📋 copy color: '#C61A06'

red 198 ◦ green 26 ◦ blue 6

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

Shades of Free Speech Red #C61A06

Tints of Free Speech Red #C61A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.3%

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 86.09%
G = 11.3%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C61A06 (or 0xC61A06) is known color: Free Speech Red. HEX triplet: C6, 1A and 06. RGB value is (198,26,6). Sum of RGB (Red+Green+Blue) = 198+26+6=230 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.09% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61A06 is #39E5F9. Grayscale: #4B4B4B. Windows color (decimal): -3794426 or 400070. OLE color: 400070.

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

Color convert

RGB 198 26 6 -
CMYK 0 0.87 0.97 0.22
HSL 6.25º 0.94% 0.4% -
HSV(B) 6.25º 0.97% 0.78% -
XYZ 23.69 12.76 1.39 -
YUV 75.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 198 26 6 0 0.87 0.97 0.22 6.25 0.94 0.4
Hex C6 1A 6 0 57 61 16 6 5E 28
Octal 306 32 6 0 127 141 26 6 136 50
Binary 11000110 11010 110 0 1010111 1100001 10110 110 1011110 101000

Color Harmonies of #C61A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A06

Black with #C61A06

Text Example


Text Example

White with #C61A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A06; }

 p { color: rgb(198,26,6); }

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

background-color css

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

 a { background-color: rgb(198,26,6); }

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

border-color css

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

 span { border-color: rgb(198,26,6); }

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