Html Css Color HEX #C11B07 Free Speech Red

📋 copy color: '#C11B07'

red 193 ◦ green 27 ◦ blue 7

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

Shades of Free Speech Red #C11B07

Tints of Free Speech Red #C11B07

RGB

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

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

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

R = 85.02%
G = 11.89%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C11B07 (or 0xC11B07) is known color: Free Speech Red. HEX triplet: C1, 1B and 07. RGB value is (193,27,7). Sum of RGB (Red+Green+Blue) = 193+27+7=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C11B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11B07 is #3EE4F8. Grayscale: #4A4A4A. Windows color (decimal): -4121849 or 465857. OLE color: 465857.

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

Color convert

RGB 193 27 7 -
CMYK 0 0.86 0.96 0.24
HSL 6.45º 0.93% 0.39% -
HSV(B) 6.45º 0.96% 0.76% -
XYZ 22.42 12.14 1.36 -
YUV 74.35 90 212.63 -
System Red Green Blue C M Y K H S L
Decimal 193 27 7 0 0.86 0.96 0.24 6.45 0.93 0.39
Hex C1 1B 7 0 56 60 18 6 5D 27
Octal 301 33 7 0 126 140 30 6 135 47
Binary 11000001 11011 111 0 1010110 1100000 11000 110 1011101 100111

Color Harmonies of #C11B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11B07

Black with #C11B07

Text Example


Text Example

White with #C11B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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