Html Css Color HEX #C41300 Free Speech Red

📋 copy color: '#C41300'

red 196 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #C41300

Tints of Free Speech Red #C41300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

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

R = 91.16%
G = 8.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C41300 (or 0xC41300) is known color: Free Speech Red. HEX triplet: C4, 13 and 00. RGB value is (196,19,0). Sum of RGB (Red+Green+Blue) = 196+19+0=215 (28% of max value = 765). Red value is 196 (76.95% from 255 or 91.16% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 196 - color contains mainly: red. Hex color #C41300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41300 is #3BECFF. Grayscale: #464646. Windows color (decimal): -3927296 or 5060. OLE color: 5060.

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

Color convert

RGB 196 19 0 -
CMYK 0 0.90 1 0.23
HSL 5.82º 1% 0.38% -
HSV(B) 5.82º 1% 0.77% -
XYZ 23 12.2 1.14 -
YUV 69.76 88.64 218.04 -
System Red Green Blue C M Y K H S L
Decimal 196 19 0 0 0.90 1 0.23 5.82 1 0.38
Hex C4 13 0 0 5A 64 17 6 64 26
Octal 304 23 0 0 132 144 27 6 144 46
Binary 11000100 10011 0 0 1011010 1100100 10111 110 1100100 100110

Color Harmonies of #C41300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41300

Black with #C41300

Text Example


Text Example

White with #C41300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41300; }

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

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

background-color css

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

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

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

border-color css

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

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

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