Html Css Color HEX #C41A07 Free Speech Red

📋 copy color: '#C41A07'

red 196 ◦ green 26 ◦ blue 7

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

Shades of Free Speech Red #C41A07

Tints of Free Speech Red #C41A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.06%

R = 85.59%
G = 11.35%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C41A07 (or 0xC41A07) is known color: Free Speech Red. HEX triplet: C4, 1A and 07. RGB value is (196,26,7). Sum of RGB (Red+Green+Blue) = 196+26+7=229 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.59% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A07 is #3BE5F8. Grayscale: #4A4A4A. Windows color (decimal): -3925497 or 465604. OLE color: 465604.

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

Color convert

RGB 196 26 7 -
CMYK 0 0.87 0.96 0.23
HSL 6.03º 0.93% 0.4% -
HSV(B) 6.03º 0.96% 0.77% -
XYZ 23.17 12.49 1.39 -
YUV 74.66 89.82 214.54 -
System Red Green Blue C M Y K H S L
Decimal 196 26 7 0 0.87 0.96 0.23 6.03 0.93 0.4
Hex C4 1A 7 0 57 60 17 6 5D 28
Octal 304 32 7 0 127 140 27 6 135 50
Binary 11000100 11010 111 0 1010111 1100000 10111 110 1011101 101000

Color Harmonies of #C41A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A07

Black with #C41A07

Text Example


Text Example

White with #C41A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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