Html Css Color HEX #C61309 Free Speech Red

📋 copy color: '#C61309'

red 198 ◦ green 19 ◦ blue 9

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

Shades of Free Speech Red #C61309

Tints of Free Speech Red #C61309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

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

R = 87.61%
G = 8.41%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C61309 (or 0xC61309) is known color: Free Speech Red. HEX triplet: C6, 13 and 09. RGB value is (198,19,9). Sum of RGB (Red+Green+Blue) = 198+19+9=226 (29% of max value = 765). Red value is 198 (77.73% from 255 or 87.61% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 198 - color contains mainly: red. Hex color #C61309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61309 is #39ECF6. Grayscale: #474747. Windows color (decimal): -3796215 or 594886. OLE color: 594886.

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

Color convert

RGB 198 19 9 -
CMYK 0 0.90 0.95 0.22
HSL 3.17º 0.91% 0.41% -
HSV(B) 3.17º 0.95% 0.78% -
XYZ 23.57 12.49 1.43 -
YUV 71.38 92.8 218.31 -
System Red Green Blue C M Y K H S L
Decimal 198 19 9 0 0.90 0.95 0.22 3.17 0.91 0.41
Hex C6 13 9 0 5A 5F 16 3 5B 29
Octal 306 23 11 0 132 137 26 3 133 51
Binary 11000110 10011 1001 0 1011010 1011111 10110 11 1011011 101001

Color Harmonies of #C61309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61309

Black with #C61309

Text Example


Text Example

White with #C61309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61309; }

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

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

background-color css

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

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

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

border-color css

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

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

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