Html Css Color HEX #C61207 Free Speech Red

📋 copy color: '#C61207'

red 198 ◦ green 18 ◦ blue 7

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

Shades of Free Speech Red #C61207

Tints of Free Speech Red #C61207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.14%

R = 88.79%
G = 8.07%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C61207 (or 0xC61207) is known color: Free Speech Red. HEX triplet: C6, 12 and 07. RGB value is (198,18,7). Sum of RGB (Red+Green+Blue) = 198+18+7=223 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88.79% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 198 - color contains mainly: red. Hex color #C61207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61207 is #39EDF8. Grayscale: #464646. Windows color (decimal): -3796473 or 463558. OLE color: 463558.

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

Color convert

RGB 198 18 7 -
CMYK 0 0.91 0.96 0.22
HSL 3.46º 0.93% 0.4% -
HSV(B) 3.46º 0.96% 0.78% -
XYZ 23.54 12.45 1.36 -
YUV 70.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 198 18 7 0 0.91 0.96 0.22 3.46 0.93 0.4
Hex C6 12 7 0 5B 60 16 3 5D 28
Octal 306 22 7 0 133 140 26 3 135 50
Binary 11000110 10010 111 0 1011011 1100000 10110 11 1011101 101000

Color Harmonies of #C61207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61207

Black with #C61207

Text Example


Text Example

White with #C61207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61207; }

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

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

background-color css

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

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

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

border-color css

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

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

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