Html Css Color HEX #C61609 Free Speech Red

📋 copy color: '#C61609'

red 198 ◦ green 22 ◦ blue 9

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

Shades of Free Speech Red #C61609

Tints of Free Speech Red #C61609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.61%

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

R = 86.46%
G = 9.61%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C61609 (or 0xC61609) is known color: Free Speech Red. HEX triplet: C6, 16 and 09. RGB value is (198,22,9). Sum of RGB (Red+Green+Blue) = 198+22+9=229 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.46% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 198 - color contains mainly: red. Hex color #C61609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61609 is #39E9F6. Grayscale: #494949. Windows color (decimal): -3795447 or 595654. OLE color: 595654.

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

Color convert

RGB 198 22 9 -
CMYK 0 0.89 0.95 0.22
HSL 4.13º 0.91% 0.41% -
HSV(B) 4.13º 0.95% 0.78% -
XYZ 23.62 12.6 1.45 -
YUV 73.14 91.81 217.06 -
System Red Green Blue C M Y K H S L
Decimal 198 22 9 0 0.89 0.95 0.22 4.13 0.91 0.41
Hex C6 16 9 0 59 5F 16 4 5B 29
Octal 306 26 11 0 131 137 26 4 133 51
Binary 11000110 10110 1001 0 1011001 1011111 10110 100 1011011 101001

Color Harmonies of #C61609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61609

Black with #C61609

Text Example


Text Example

White with #C61609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61609; }

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

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

background-color css

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

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

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

border-color css

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

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

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