Html Css Color HEX #C21111 Free Speech Red

📋 copy color: '#C21111'

red 194 ◦ green 17 ◦ blue 17

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

Shades of Free Speech Red #C21111

Tints of Free Speech Red #C21111

RGB

 RED value IS 194 (76.17% from 255) = 85.09%

 GREEN value IS 17 (7.03% from 255) = 7.46%

 BLUE value IS 17 (7.03% from 255) = 7.46%

R = 85.09%
G = 7.46%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21111 (or 0xC21111) is known color: Free Speech Red. HEX triplet: C2, 11 and 11. RGB value is (194,17,17). Sum of RGB (Red+Green+Blue) = 194+17+17=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C21111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21111 is #3DEEEE. Grayscale: #464646. Windows color (decimal): -4058863 or 1118658. OLE color: 1118658.

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

Color convert

RGB 194 17 17 -
CMYK 0 0.91 0.91 0.24
HSL 0.84% 0.41% -
HSV(B) 0.91% 0.76% -
XYZ 22.55 11.91 1.64 -
YUV 69.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 194 17 17 0 0.91 0.91 0.24 0 0.84 0.41
Hex C2 11 11 0 5B 5B 18 0 54 29
Octal 302 21 21 0 133 133 30 0 124 51
Binary 11000010 10001 10001 0 1011011 1011011 11000 0 1010100 101001

Color Harmonies of #C21111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21111

Black with #C21111

Text Example


Text Example

White with #C21111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21111; }

 p { color: rgb(194,17,17); }

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

background-color css

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

 a { background-color: rgb(194,17,17); }

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

border-color css

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

 span { border-color: rgb(194,17,17); }

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