Html Css Color HEX #C61205 Free Speech Red

📋 copy color: '#C61205'

red 198 ◦ green 18 ◦ blue 5

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

Shades of Free Speech Red #C61205

Tints of Free Speech Red #C61205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 89.59%
G = 8.14%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C61205 (or 0xC61205) is known color: Free Speech Red. HEX triplet: C6, 12 and 05. RGB value is (198,18,5). Sum of RGB (Red+Green+Blue) = 198+18+5=221 (29% of max value = 765). Red value is 198 (77.73% from 255 or 89.59% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 198 - color contains mainly: red. Hex color #C61205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61205 is #39EDFA. Grayscale: #464646. Windows color (decimal): -3796475 or 332486. OLE color: 332486.

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

Color convert

RGB 198 18 5 -
CMYK 0 0.91 0.97 0.22
HSL 4.04º 0.95% 0.4% -
HSV(B) 4.04º 0.97% 0.78% -
XYZ 23.53 12.45 1.31 -
YUV 70.34 91.13 219.06 -
System Red Green Blue C M Y K H S L
Decimal 198 18 5 0 0.91 0.97 0.22 4.04 0.95 0.4
Hex C6 12 5 0 5B 61 16 4 5F 28
Octal 306 22 5 0 133 141 26 4 137 50
Binary 11000110 10010 101 0 1011011 1100001 10110 100 1011111 101000

Color Harmonies of #C61205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61205

Black with #C61205

Text Example


Text Example

White with #C61205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61205; }

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

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

background-color css

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

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

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

border-color css

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

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

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