Html Css Color HEX #C41400 Free Speech Red

📋 copy color: '#C41400'

red 196 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #C41400

Tints of Free Speech Red #C41400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

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

R = 90.74%
G = 9.26%
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

#C41400 (or 0xC41400) is known color: Free Speech Red. HEX triplet: C4, 14 and 00. RGB value is (196,20,0). Sum of RGB (Red+Green+Blue) = 196+20+0=216 (28% of max value = 765). Red value is 196 (76.95% from 255 or 90.74% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 196 - color contains mainly: red. Hex color #C41400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41400 is #3BEBFF. Grayscale: #464646. Windows color (decimal): -3927040 or 5316. OLE color: 5316.

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

Color convert

RGB 196 20 0 -
CMYK 0 0.90 1 0.23
HSL 6.12º 1% 0.38% -
HSV(B) 6.12º 1% 0.77% -
XYZ 23.02 12.24 1.15 -
YUV 70.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 196 20 0 0 0.90 1 0.23 6.12 1 0.38
Hex C4 14 0 0 5A 64 17 6 64 26
Octal 304 24 0 0 132 144 27 6 144 46
Binary 11000100 10100 0 0 1011010 1100100 10111 110 1100100 100110

Color Harmonies of #C41400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41400

Black with #C41400

Text Example


Text Example

White with #C41400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41400; }

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

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

background-color css

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

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

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

border-color css

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

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

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