Html Css Color HEX #C11A06 Free Speech Red

📋 copy color: '#C11A06'

red 193 ◦ green 26 ◦ blue 6

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

Shades of Free Speech Red #C11A06

Tints of Free Speech Red #C11A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.67%

R = 85.78%
G = 11.56%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C11A06 (or 0xC11A06) is known color: Free Speech Red. HEX triplet: C1, 1A and 06. RGB value is (193,26,6). Sum of RGB (Red+Green+Blue) = 193+26+6=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11A06 is #3EE5F9. Grayscale: #494949. Windows color (decimal): -4122106 or 400065. OLE color: 400065.

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

Color convert

RGB 193 26 6 -
CMYK 0 0.87 0.97 0.24
HSL 6.42º 0.94% 0.39% -
HSV(B) 6.42º 0.97% 0.76% -
XYZ 22.39 12.09 1.33 -
YUV 73.65 89.83 213.13 -
System Red Green Blue C M Y K H S L
Decimal 193 26 6 0 0.87 0.97 0.24 6.42 0.94 0.39
Hex C1 1A 6 0 57 61 18 6 5E 27
Octal 301 32 6 0 127 141 30 6 136 47
Binary 11000001 11010 110 0 1010111 1100001 11000 110 1011110 100111

Color Harmonies of #C11A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A06

Black with #C11A06

Text Example


Text Example

White with #C11A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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