Html Css Color HEX #C41A04 Free Speech Red

📋 copy color: '#C41A04'

red 196 ◦ green 26 ◦ blue 4

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

Shades of Free Speech Red #C41A04

Tints of Free Speech Red #C41A04

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.5%

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 86.73%
G = 11.5%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C41A04 (or 0xC41A04) is known color: Free Speech Red. HEX triplet: C4, 1A and 04. RGB value is (196,26,4). Sum of RGB (Red+Green+Blue) = 196+26+4=226 (29% of max value = 765). Red value is 196 (76.95% from 255 or 86.73% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A04 is #3BE5FB. Grayscale: #4A4A4A. Windows color (decimal): -3925500 or 268996. OLE color: 268996.

HSL color Cylindrical-coordinate representation of color #C41A04: hue angle of 6.88º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C41A04 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 4 -
CMYK 0 0.87 0.98 0.23
HSL 6.88º 0.96% 0.39% -
HSV(B) 6.88º 0.98% 0.77% -
XYZ 23.16 12.48 1.3 -
YUV 74.32 88.32 214.79 -
System Red Green Blue C M Y K H S L
Decimal 196 26 4 0 0.87 0.98 0.23 6.88 0.96 0.39
Hex C4 1A 4 0 57 62 17 7 60 27
Octal 304 32 4 0 127 142 27 7 140 47
Binary 11000100 11010 100 0 1010111 1100010 10111 111 1100000 100111

Color Harmonies of #C41A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A04

Black with #C41A04

Text Example


Text Example

White with #C41A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A04; }

 p { color: rgb(196,26,4); }

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

background-color css

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

 a { background-color: rgb(196,26,4); }

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

border-color css

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

 span { border-color: rgb(196,26,4); }

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