Html Css Color HEX #C11701 Free Speech Red

📋 copy color: '#C11701'

red 193 ◦ green 23 ◦ blue 1

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

Shades of Free Speech Red #C11701

Tints of Free Speech Red #C11701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 88.94%
G = 10.6%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C11701 (or 0xC11701) is known color: Free Speech Red. HEX triplet: C1, 17 and 01. RGB value is (193,23,1). Sum of RGB (Red+Green+Blue) = 193+23+1=217 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.94% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 193 - color contains mainly: red. Hex color #C11701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11701 is #3EE8FE. Grayscale: #474747. Windows color (decimal): -4122879 or 71617. OLE color: 71617.

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

Color convert

RGB 193 23 1 -
CMYK 0 0.88 0.99 0.24
HSL 6.88º 0.99% 0.38% -
HSV(B) 6.88º 0.99% 0.76% -
XYZ 22.3 11.95 1.16 -
YUV 71.32 88.32 214.79 -
System Red Green Blue C M Y K H S L
Decimal 193 23 1 0 0.88 0.99 0.24 6.88 0.99 0.38
Hex C1 17 1 0 58 63 18 7 63 26
Octal 301 27 1 0 130 143 30 7 143 46
Binary 11000001 10111 1 0 1011000 1100011 11000 111 1100011 100110

Color Harmonies of #C11701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11701

Black with #C11701

Text Example


Text Example

White with #C11701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11701; }

 p { color: rgb(193,23,1); }

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

background-color css

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

 a { background-color: rgb(193,23,1); }

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

border-color css

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

 span { border-color: rgb(193,23,1); }

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