Html Css Color HEX #C40701 Free Speech Red

📋 copy color: '#C40701'

red 196 ◦ green 7 ◦ blue 1

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

Shades of Free Speech Red #C40701

Tints of Free Speech Red #C40701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

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

R = 96.08%
G = 3.43%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C40701 (or 0xC40701) is known color: Free Speech Red. HEX triplet: C4, 07 and 01. RGB value is (196,7,1). Sum of RGB (Red+Green+Blue) = 196+7+1=204 (27% of max value = 765). Red value is 196 (76.95% from 255 or 96.08% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 196 - color contains mainly: red. Hex color #C40701 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40701 is #3BF8FE. Grayscale: #3F3F3F. Windows color (decimal): -3930367 or 67524. OLE color: 67524.

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

Color convert

RGB 196 7 1 -
CMYK 0 0.96 0.99 0.23
HSL 1.85º 0.99% 0.39% -
HSV(B) 1.85º 0.99% 0.77% -
XYZ 22.85 11.89 1.12 -
YUV 62.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 196 7 1 0 0.96 0.99 0.23 1.85 0.99 0.39
Hex C4 7 1 0 60 63 17 2 63 27
Octal 304 7 1 0 140 143 27 2 143 47
Binary 11000100 111 1 0 1100000 1100011 10111 10 1100011 100111

Color Harmonies of #C40701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40701

Black with #C40701

Text Example


Text Example

White with #C40701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40701; }

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

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

background-color css

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

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

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

border-color css

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

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

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