Html Css Color HEX #C41C00 Free Speech Red

📋 copy color: '#C41C00'

red 196 ◦ green 28 ◦ blue 0

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

Shades of Free Speech Red #C41C00

Tints of Free Speech Red #C41C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 87.5%
G = 12.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C41C00 (or 0xC41C00) is known color: Free Speech Red. HEX triplet: C4, 1C and 00. RGB value is (196,28,0). Sum of RGB (Red+Green+Blue) = 196+28+0=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41C00 is #3BE3FF. Grayscale: #4B4B4B. Windows color (decimal): -3924992 or 7364. OLE color: 7364.

HSL color Cylindrical-coordinate representation of color #C41C00: hue angle of 8.57º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C41C00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 0 -
CMYK 0 0.86 1 0.23
HSL 8.57º 1% 0.38% -
HSV(B) 8.57º 1% 0.77% -
XYZ 23.18 12.57 1.2 -
YUV 75.04 85.66 214.28 -
System Red Green Blue C M Y K H S L
Decimal 196 28 0 0 0.86 1 0.23 8.57 1 0.38
Hex C4 1C 0 0 56 64 17 9 64 26
Octal 304 34 0 0 126 144 27 11 144 46
Binary 11000100 11100 0 0 1010110 1100100 10111 1001 1100100 100110

Color Harmonies of #C41C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C00

Black with #C41C00

Text Example


Text Example

White with #C41C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C00; }

 p { color: rgb(196,28,0); }

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

background-color css

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

 a { background-color: rgb(196,28,0); }

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

border-color css

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

 span { border-color: rgb(196,28,0); }

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