Html Css Color HEX #C11A07 Free Speech Red

📋 copy color: '#C11A07'

red 193 ◦ green 26 ◦ blue 7

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

Shades of Free Speech Red #C11A07

Tints of Free Speech Red #C11A07

RGB

 RED value IS 193 (75.78% from 255) = 85.4%

 GREEN value IS 26 (10.55% from 255) = 11.5%

 BLUE value IS 7 (3.13% from 255) = 3.1%

R = 85.4%
G = 11.5%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C11A07 (or 0xC11A07) is known color: Free Speech Red. HEX triplet: C1, 1A and 07. RGB value is (193,26,7). Sum of RGB (Red+Green+Blue) = 193+26+7=226 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.40% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11A07 is #3EE5F8. Grayscale: #4A4A4A. Windows color (decimal): -4122105 or 465601. OLE color: 465601.

HSL color Cylindrical-coordinate representation of color #C11A07: hue angle of 6.13º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C11A07 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 26 7 -
CMYK 0 0.87 0.96 0.24
HSL 6.13º 0.93% 0.39% -
HSV(B) 6.13º 0.96% 0.76% -
XYZ 22.4 12.09 1.35 -
YUV 73.77 90.33 213.04 -
System Red Green Blue C M Y K H S L
Decimal 193 26 7 0 0.87 0.96 0.24 6.13 0.93 0.39
Hex C1 1A 7 0 57 60 18 6 5D 27
Octal 301 32 7 0 127 140 30 6 135 47
Binary 11000001 11010 111 0 1010111 1100000 11000 110 1011101 100111

Color Harmonies of #C11A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A07

Black with #C11A07

Text Example


Text Example

White with #C11A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A07; }

 p { color: rgb(193,26,7); }

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

background-color css

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

 a { background-color: rgb(193,26,7); }

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

border-color css

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

 span { border-color: rgb(193,26,7); }

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