Html Css Color HEX #C11C01 Free Speech Red

📋 copy color: '#C11C01'

red 193 ◦ green 28 ◦ blue 1

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

Shades of Free Speech Red #C11C01

Tints of Free Speech Red #C11C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.61%

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

R = 86.94%
G = 12.61%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C11C01 (or 0xC11C01) is known color: Free Speech Red. HEX triplet: C1, 1C and 01. RGB value is (193,28,1). Sum of RGB (Red+Green+Blue) = 193+28+1=222 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.94% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11C01 is #3EE3FE. Grayscale: #4A4A4A. Windows color (decimal): -4121599 or 72897. OLE color: 72897.

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

Color convert

RGB 193 28 1 -
CMYK 0 0.85 0.99 0.24
HSL 8.44º 0.99% 0.38% -
HSV(B) 8.44º 0.99% 0.76% -
XYZ 22.41 12.17 1.2 -
YUV 74.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 193 28 1 0 0.85 0.99 0.24 8.44 0.99 0.38
Hex C1 1C 1 0 55 63 18 8 63 26
Octal 301 34 1 0 125 143 30 10 143 46
Binary 11000001 11100 1 0 1010101 1100011 11000 1000 1100011 100110

Color Harmonies of #C11C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11C01

Black with #C11C01

Text Example


Text Example

White with #C11C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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