Html Css Color HEX #C61705 Free Speech Red

📋 copy color: '#C61705'

red 198 ◦ green 23 ◦ blue 5

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

Shades of Free Speech Red #C61705

Tints of Free Speech Red #C61705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 87.61%
G = 10.18%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C61705 (or 0xC61705) is known color: Free Speech Red. HEX triplet: C6, 17 and 05. RGB value is (198,23,5). Sum of RGB (Red+Green+Blue) = 198+23+5=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C61705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61705 is #39E8FA. Grayscale: #494949. Windows color (decimal): -3795195 or 333766. OLE color: 333766.

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

Color convert

RGB 198 23 5 -
CMYK 0 0.88 0.97 0.22
HSL 5.6º 0.95% 0.4% -
HSV(B) 5.6º 0.97% 0.78% -
XYZ 23.62 12.63 1.34 -
YUV 73.27 89.48 216.96 -
System Red Green Blue C M Y K H S L
Decimal 198 23 5 0 0.88 0.97 0.22 5.6 0.95 0.4
Hex C6 17 5 0 58 61 16 6 5F 28
Octal 306 27 5 0 130 141 26 6 137 50
Binary 11000110 10111 101 0 1011000 1100001 10110 110 1011111 101000

Color Harmonies of #C61705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61705

Black with #C61705

Text Example


Text Example

White with #C61705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61705; }

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

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

background-color css

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

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

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

border-color css

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

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

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