Html Css Color HEX #C40101 Free Speech Red

📋 copy color: '#C40101'

red 196 ◦ green 1 ◦ blue 1

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

Shades of Free Speech Red #C40101

Tints of Free Speech Red #C40101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 98.99%
G = 0.51%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C40101 (or 0xC40101) is known color: Free Speech Red. HEX triplet: C4, 01 and 01. RGB value is (196,1,1). Sum of RGB (Red+Green+Blue) = 196+1+1=198 (26% of max value = 765). Red value is 196 (76.95% from 255 or 98.99% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 196 - color contains mainly: red. Hex color #C40101 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40101 is #3BFEFE. Grayscale: #3B3B3B. Windows color (decimal): -3931903 or 65988. OLE color: 65988.

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

Color convert

RGB 196 1 1 -
CMYK 0 0.99 0.99 0.23
HSL 0.99% 0.39% -
HSV(B) 0.99% 0.77% -
XYZ 22.78 11.76 1.1 -
YUV 59.31 95.1 225.5 -
System Red Green Blue C M Y K H S L
Decimal 196 1 1 0 0.99 0.99 0.23 0 0.99 0.39
Hex C4 1 1 0 63 63 17 0 63 27
Octal 304 1 1 0 143 143 27 0 143 47
Binary 11000100 1 1 0 1100011 1100011 10111 0 1100011 100111

Color Harmonies of #C40101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40101

Black with #C40101

Text Example


Text Example

White with #C40101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40101; }

 p { color: rgb(196,1,1); }

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

background-color css

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

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

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

border-color css

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

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

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