Html Css Color HEX #C40401 Free Speech Red

📋 copy color: '#C40401'

red 196 ◦ green 4 ◦ blue 1

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

Shades of Free Speech Red #C40401

Tints of Free Speech Red #C40401

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 97.51%
G = 1.99%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C40401 (or 0xC40401) is known color: Free Speech Red. HEX triplet: C4, 04 and 01. RGB value is (196,4,1). Sum of RGB (Red+Green+Blue) = 196+4+1=201 (26% of max value = 765). Red value is 196 (76.95% from 255 or 97.51% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 196 - color contains mainly: red. Hex color #C40401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40401 is #3BFBFE. Grayscale: #3D3D3D. Windows color (decimal): -3931135 or 66756. OLE color: 66756.

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

Color convert

RGB 196 4 1 -
CMYK 0 0.98 0.99 0.23
HSL 0.92º 0.99% 0.39% -
HSV(B) 0.92º 0.99% 0.77% -
XYZ 22.81 11.82 1.11 -
YUV 61.07 94.11 224.24 -
System Red Green Blue C M Y K H S L
Decimal 196 4 1 0 0.98 0.99 0.23 0.92 0.99 0.39
Hex C4 4 1 0 62 63 17 1 63 27
Octal 304 4 1 0 142 143 27 1 143 47
Binary 11000100 100 1 0 1100010 1100011 10111 1 1100011 100111

Color Harmonies of #C40401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40401

Black with #C40401

Text Example


Text Example

White with #C40401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40401; }

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

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

background-color css

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

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

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

border-color css

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

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

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