Html Css Color HEX #C11B06 Free Speech Red

📋 copy color: '#C11B06'

red 193 ◦ green 27 ◦ blue 6

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

Shades of Free Speech Red #C11B06

Tints of Free Speech Red #C11B06

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.95%

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

R = 85.4%
G = 11.95%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C11B06 (or 0xC11B06) is known color: Free Speech Red. HEX triplet: C1, 1B and 06. RGB value is (193,27,6). Sum of RGB (Red+Green+Blue) = 193+27+6=226 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.40% from 226); Green value is 27 (10.94% from 255 or 11.95% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11B06 is #3EE4F9. Grayscale: #4A4A4A. Windows color (decimal): -4121850 or 400321. OLE color: 400321.

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

Color convert

RGB 193 27 6 -
CMYK 0 0.86 0.97 0.24
HSL 6.74º 0.94% 0.39% -
HSV(B) 6.74º 0.97% 0.76% -
XYZ 22.42 12.13 1.33 -
YUV 74.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 193 27 6 0 0.86 0.97 0.24 6.74 0.94 0.39
Hex C1 1B 6 0 56 61 18 7 5E 27
Octal 301 33 6 0 126 141 30 7 136 47
Binary 11000001 11011 110 0 1010110 1100001 11000 111 1011110 100111

Color Harmonies of #C11B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11B06

Black with #C11B06

Text Example


Text Example

White with #C11B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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