Html Css Color HEX #C11200 Free Speech Red

📋 copy color: '#C11200'

red 193 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #C11200

Tints of Free Speech Red #C11200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.47%
G = 8.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C11200 (or 0xC11200) is known color: Free Speech Red. HEX triplet: C1, 12 and 00. RGB value is (193,18,0). Sum of RGB (Red+Green+Blue) = 193+18+0=211 (27% of max value = 765). Red value is 193 (75.78% from 255 or 91.47% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 193 - color contains mainly: red. Hex color #C11200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11200 is #3EEDFF. Grayscale: #444444. Windows color (decimal): -4124160 or 4801. OLE color: 4801.

HSL color Cylindrical-coordinate representation of color #C11200: hue angle of 5.6º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C11200 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 18 0 -
CMYK 0 0.91 1 0.24
HSL 5.6º 1% 0.38% -
HSV(B) 5.6º 1% 0.76% -
XYZ 22.21 11.77 1.1 -
YUV 68.27 89.48 216.96 -
System Red Green Blue C M Y K H S L
Decimal 193 18 0 0 0.91 1 0.24 5.6 1 0.38
Hex C1 12 0 0 5B 64 18 6 64 26
Octal 301 22 0 0 133 144 30 6 144 46
Binary 11000001 10010 0 0 1011011 1100100 11000 110 1100100 100110

Color Harmonies of #C11200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11200

Black with #C11200

Text Example


Text Example

White with #C11200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11200; }

 p { color: rgb(193,18,0); }

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

background-color css

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

 a { background-color: rgb(193,18,0); }

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

border-color css

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

 span { border-color: rgb(193,18,0); }

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