Html Css Color HEX #C11900 Free Speech Red

📋 copy color: '#C11900'

red 193 ◦ green 25 ◦ blue 0

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

Shades of Free Speech Red #C11900

Tints of Free Speech Red #C11900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 88.53%
G = 11.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C11900 (or 0xC11900) is known color: Free Speech Red. HEX triplet: C1, 19 and 00. RGB value is (193,25,0). Sum of RGB (Red+Green+Blue) = 193+25+0=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C11900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11900 is #3EE6FF. Grayscale: #484848. Windows color (decimal): -4122368 or 6593. OLE color: 6593.

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

Color convert

RGB 193 25 0 -
CMYK 0 0.87 1 0.24
HSL 7.77º 1% 0.38% -
HSV(B) 7.77º 1% 0.76% -
XYZ 22.34 12.03 1.15 -
YUV 72.38 87.16 214.03 -
System Red Green Blue C M Y K H S L
Decimal 193 25 0 0 0.87 1 0.24 7.77 1 0.38
Hex C1 19 0 0 57 64 18 8 64 26
Octal 301 31 0 0 127 144 30 10 144 46
Binary 11000001 11001 0 0 1010111 1100100 11000 1000 1100100 100110

Color Harmonies of #C11900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11900

Black with #C11900

Text Example


Text Example

White with #C11900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11900; }

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

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

background-color css

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

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

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

border-color css

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

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

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