Html Css Color HEX #C41411 Free Speech Red

📋 copy color: '#C41411'

red 196 ◦ green 20 ◦ blue 17

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

Shades of Free Speech Red #C41411

Tints of Free Speech Red #C41411

RGB

 RED value IS 196 (76.95% from 255) = 84.12%

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

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

R = 84.12%
G = 8.58%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C41411 (or 0xC41411) is known color: Free Speech Red. HEX triplet: C4, 14 and 11. RGB value is (196,20,17). Sum of RGB (Red+Green+Blue) = 196+20+17=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C41411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41411 is #3BEBEE. Grayscale: #484848. Windows color (decimal): -3927023 or 1119428. OLE color: 1119428.

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

Color convert

RGB 196 20 17 -
CMYK 0 0.90 0.91 0.23
HSL 1.01º 0.84% 0.42% -
HSV(B) 1.01º 0.91% 0.77% -
XYZ 23.12 12.28 1.68 -
YUV 72.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 196 20 17 0 0.90 0.91 0.23 1.01 0.84 0.42
Hex C4 14 11 0 5A 5B 17 1 54 2A
Octal 304 24 21 0 132 133 27 1 124 52
Binary 11000100 10100 10001 0 1011010 1011011 10111 1 1010100 101010

Color Harmonies of #C41411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41411

Black with #C41411

Text Example


Text Example

White with #C41411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41411; }

 p { color: rgb(196,20,17); }

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

background-color css

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

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

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

border-color css

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

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

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