Html Css Color HEX #C11400 Free Speech Red

📋 copy color: '#C11400'

red 193 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #C11400

Tints of Free Speech Red #C11400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

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

R = 90.61%
G = 9.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C11400 (or 0xC11400) is known color: Free Speech Red. HEX triplet: C1, 14 and 00. RGB value is (193,20,0). Sum of RGB (Red+Green+Blue) = 193+20+0=213 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.61% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 193 - color contains mainly: red. Hex color #C11400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11400 is #3EEBFF. Grayscale: #454545. Windows color (decimal): -4123648 or 5313. OLE color: 5313.

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

Color convert

RGB 193 20 0 -
CMYK 0 0.90 1 0.24
HSL 6.22º 1% 0.38% -
HSV(B) 6.22º 1% 0.76% -
XYZ 22.24 11.84 1.11 -
YUV 69.45 88.81 216.13 -
System Red Green Blue C M Y K H S L
Decimal 193 20 0 0 0.90 1 0.24 6.22 1 0.38
Hex C1 14 0 0 5A 64 18 6 64 26
Octal 301 24 0 0 132 144 30 6 144 46
Binary 11000001 10100 0 0 1011010 1100100 11000 110 1100100 100110

Color Harmonies of #C11400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11400

Black with #C11400

Text Example


Text Example

White with #C11400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11400; }

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

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

background-color css

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

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

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

border-color css

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

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

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