Html Css Color HEX #C61412 Free Speech Red

📋 copy color: '#C61412'

red 198 ◦ green 20 ◦ blue 18

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

Shades of Free Speech Red #C61412

Tints of Free Speech Red #C61412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.63%

R = 83.9%
G = 8.47%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C61412 (or 0xC61412) is known color: Free Speech Red. HEX triplet: C6, 14 and 12. RGB value is (198,20,18). Sum of RGB (Red+Green+Blue) = 198+20+18=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C61412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61412 is #39EBED. Grayscale: #494949. Windows color (decimal): -3795950 or 1184966. OLE color: 1184966.

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

Color convert

RGB 198 20 18 -
CMYK 0 0.90 0.91 0.22
HSL 0.67º 0.83% 0.42% -
HSV(B) 0.67º 0.91% 0.78% -
XYZ 23.65 12.55 1.75 -
YUV 72.99 96.97 217.16 -
System Red Green Blue C M Y K H S L
Decimal 198 20 18 0 0.90 0.91 0.22 0.67 0.83 0.42
Hex C6 14 12 0 5A 5B 16 1 53 2A
Octal 306 24 22 0 132 133 26 1 123 52
Binary 11000110 10100 10010 0 1011010 1011011 10110 1 1010011 101010

Color Harmonies of #C61412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61412

Black with #C61412

Text Example


Text Example

White with #C61412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61412; }

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

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

background-color css

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

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

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

border-color css

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

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

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