Html Css Color HEX #C41500 Free Speech Red

📋 copy color: '#C41500'

red 196 ◦ green 21 ◦ blue 0

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

Shades of Free Speech Red #C41500

Tints of Free Speech Red #C41500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

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

R = 90.32%
G = 9.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C41500 (or 0xC41500) is known color: Free Speech Red. HEX triplet: C4, 15 and 00. RGB value is (196,21,0). Sum of RGB (Red+Green+Blue) = 196+21+0=217 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.32% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 196 - color contains mainly: red. Hex color #C41500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41500 is #3BEAFF. Grayscale: #474747. Windows color (decimal): -3926784 or 5572. OLE color: 5572.

HSL color Cylindrical-coordinate representation of color #C41500: hue angle of 6.43º 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 #C41500 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 0 -
CMYK 0 0.89 1 0.23
HSL 6.43º 1% 0.38% -
HSV(B) 6.43º 1% 0.77% -
XYZ 23.03 12.27 1.15 -
YUV 70.93 87.98 217.21 -
System Red Green Blue C M Y K H S L
Decimal 196 21 0 0 0.89 1 0.23 6.43 1 0.38
Hex C4 15 0 0 59 64 17 6 64 26
Octal 304 25 0 0 131 144 27 6 144 46
Binary 11000100 10101 0 0 1011001 1100100 10111 110 1100100 100110

Color Harmonies of #C41500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41500

Black with #C41500

Text Example


Text Example

White with #C41500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41500; }

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

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

background-color css

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

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

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

border-color css

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

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

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