Html Css Color HEX #C61209 Free Speech Red

📋 copy color: '#C61209'

red 198 ◦ green 18 ◦ blue 9

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

Shades of Free Speech Red #C61209

Tints of Free Speech Red #C61209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4%

R = 88%
G = 8%
B = 4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C61209 (or 0xC61209) is known color: Free Speech Red. HEX triplet: C6, 12 and 09. RGB value is (198,18,9). Sum of RGB (Red+Green+Blue) = 198+18+9=225 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 198 - color contains mainly: red. Hex color #C61209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61209 is #39EDF6. Grayscale: #474747. Windows color (decimal): -3796471 or 594630. OLE color: 594630.

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

Color convert

RGB 198 18 9 -
CMYK 0 0.91 0.95 0.22
HSL 2.86º 0.91% 0.41% -
HSV(B) 2.86º 0.95% 0.78% -
XYZ 23.55 12.46 1.42 -
YUV 70.79 93.13 218.73 -
System Red Green Blue C M Y K H S L
Decimal 198 18 9 0 0.91 0.95 0.22 2.86 0.91 0.41
Hex C6 12 9 0 5B 5F 16 3 5B 29
Octal 306 22 11 0 133 137 26 3 133 51
Binary 11000110 10010 1001 0 1011011 1011111 10110 11 1011011 101001

Color Harmonies of #C61209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61209

Black with #C61209

Text Example


Text Example

White with #C61209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61209; }

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

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

background-color css

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

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

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

border-color css

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

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

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