Html Css Color HEX #C61413 Free Speech Red

📋 copy color: '#C61413'

red 198 ◦ green 20 ◦ blue 19

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

Shades of Free Speech Red #C61413

Tints of Free Speech Red #C61413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 83.54%
G = 8.44%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C61413 (or 0xC61413) is known color: Free Speech Red. HEX triplet: C6, 14 and 13. RGB value is (198,20,19). Sum of RGB (Red+Green+Blue) = 198+20+19=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C61413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61413 is #39EBEC. Grayscale: #494949. Windows color (decimal): -3795949 or 1250502. OLE color: 1250502.

HSL color Cylindrical-coordinate representation of color #C61413: hue angle of 0.34º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61413 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 20 19 -
CMYK 0 0.90 0.90 0.22
HSL 0.34º 0.82% 0.43% -
HSV(B) 0.34º 0.9% 0.78% -
XYZ 23.66 12.55 1.79 -
YUV 73.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 198 20 19 0 0.90 0.90 0.22 0.34 0.82 0.43
Hex C6 14 13 0 5A 5A 16 0 52 2B
Octal 306 24 23 0 132 132 26 0 122 53
Binary 11000110 10100 10011 0 1011010 1011010 10110 0 1010010 101011

Color Harmonies of #C61413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61413

Black with #C61413

Text Example


Text Example

White with #C61413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61413; }

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

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

background-color css

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

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

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

border-color css

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

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

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