Html Css Color HEX #C61313 Free Speech Red

📋 copy color: '#C61313'

red 198 ◦ green 19 ◦ blue 19

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

Shades of Free Speech Red #C61313

Tints of Free Speech Red #C61313

RGB

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

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

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

R = 83.9%
G = 8.05%
B = 8.05%

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

#C61313 (or 0xC61313) is known color: Free Speech Red. HEX triplet: C6, 13 and 13. RGB value is (198,19,19). Sum of RGB (Red+Green+Blue) = 198+19+19=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C61313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61313 is #39ECEC. Grayscale: #484848. Windows color (decimal): -3796205 or 1250246. OLE color: 1250246.

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

Color convert

RGB 198 19 19 -
CMYK 0 0.90 0.90 0.22
HSL 0.82% 0.43% -
HSV(B) 0.9% 0.78% -
XYZ 23.64 12.52 1.79 -
YUV 72.52 97.8 217.5 -
System Red Green Blue C M Y K H S L
Decimal 198 19 19 0 0.90 0.90 0.22 0 0.82 0.43
Hex C6 13 13 0 5A 5A 16 0 52 2B
Octal 306 23 23 0 132 132 26 0 122 53
Binary 11000110 10011 10011 0 1011010 1011010 10110 0 1010010 101011

Color Harmonies of #C61313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61313

Black with #C61313

Text Example


Text Example

White with #C61313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61313; }

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

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

background-color css

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

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

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

border-color css

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

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

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