Html Css Color HEX #C61510 Free Speech Red

📋 copy color: '#C61510'

red 198 ◦ green 21 ◦ blue 16

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

Shades of Free Speech Red #C61510

Tints of Free Speech Red #C61510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 84.26%
G = 8.94%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C61510 (or 0xC61510) is known color: Free Speech Red. HEX triplet: C6, 15 and 10. RGB value is (198,21,16). Sum of RGB (Red+Green+Blue) = 198+21+16=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C61510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61510 is #39EAEF. Grayscale: #494949. Windows color (decimal): -3795696 or 1054150. OLE color: 1054150.

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

Color convert

RGB 198 21 16 -
CMYK 0 0.89 0.92 0.22
HSL 1.65º 0.85% 0.42% -
HSV(B) 1.65º 0.92% 0.78% -
XYZ 23.65 12.58 1.67 -
YUV 73.35 95.64 216.91 -
System Red Green Blue C M Y K H S L
Decimal 198 21 16 0 0.89 0.92 0.22 1.65 0.85 0.42
Hex C6 15 10 0 59 5C 16 2 55 2A
Octal 306 25 20 0 131 134 26 2 125 52
Binary 11000110 10101 10000 0 1011001 1011100 10110 10 1010101 101010

Color Harmonies of #C61510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61510

Black with #C61510

Text Example


Text Example

White with #C61510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61510; }

 p { color: rgb(198,21,16); }

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

background-color css

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

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

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

border-color css

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

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

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