Html Css Color HEX #C11006 Free Speech Red

📋 copy color: '#C11006'

red 193 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #C11006

Tints of Free Speech Red #C11006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

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

R = 89.77%
G = 7.44%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C11006 (or 0xC11006) is known color: Free Speech Red. HEX triplet: C1, 10 and 06. RGB value is (193,16,6). Sum of RGB (Red+Green+Blue) = 193+16+6=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C11006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11006 is #3EEFF9. Grayscale: #444444. Windows color (decimal): -4124666 or 397505. OLE color: 397505.

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

Color convert

RGB 193 16 6 -
CMYK 0 0.92 0.97 0.24
HSL 3.21º 0.94% 0.39% -
HSV(B) 3.21º 0.97% 0.76% -
XYZ 22.21 11.72 1.26 -
YUV 67.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 193 16 6 0 0.92 0.97 0.24 3.21 0.94 0.39
Hex C1 10 6 0 5C 61 18 3 5E 27
Octal 301 20 6 0 134 141 30 3 136 47
Binary 11000001 10000 110 0 1011100 1100001 11000 11 1011110 100111

Color Harmonies of #C11006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11006

Black with #C11006

Text Example


Text Example

White with #C11006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11006; }

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

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

background-color css

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

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

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

border-color css

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

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

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