Html Css Color HEX #C11500 Free Speech Red

📋 copy color: '#C11500'

red 193 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #C11500

Tints of Free Speech Red #C11500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

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

R = 90.19%
G = 9.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C11500 (or 0xC11500) is known color: Free Speech Red. HEX triplet: C1, 15 and 00. RGB value is (193,21,0). Sum of RGB (Red+Green+Blue) = 193+21+0=214 (28% of max value = 765). Red value is 193 (75.78% from 255 or 90.19% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 193 - color contains mainly: red. Hex color #C11500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11500 is #3EEAFF. Grayscale: #464646. Windows color (decimal): -4123392 or 5569. OLE color: 5569.

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

Color convert

RGB 193 21 0 -
CMYK 0 0.89 1 0.24
HSL 6.53º 1% 0.38% -
HSV(B) 6.53º 1% 0.76% -
XYZ 22.26 11.87 1.12 -
YUV 70.03 88.48 215.71 -
System Red Green Blue C M Y K H S L
Decimal 193 21 0 0 0.89 1 0.24 6.53 1 0.38
Hex C1 15 0 0 59 64 18 7 64 26
Octal 301 25 0 0 131 144 30 7 144 46
Binary 11000001 10101 0 0 1011001 1100100 11000 111 1100100 100110

Color Harmonies of #C11500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11500

Black with #C11500

Text Example


Text Example

White with #C11500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11500; }

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

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

background-color css

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

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

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

border-color css

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

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

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