Html Css Color HEX #C40705 Free Speech Red

📋 copy color: '#C40705'

red 196 ◦ green 7 ◦ blue 5

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

Shades of Free Speech Red #C40705

Tints of Free Speech Red #C40705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 94.23%
G = 3.37%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C40705 (or 0xC40705) is known color: Free Speech Red. HEX triplet: C4, 07 and 05. RGB value is (196,7,5). Sum of RGB (Red+Green+Blue) = 196+7+5=208 (27% of max value = 765). Red value is 196 (76.95% from 255 or 94.23% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 196 - color contains mainly: red. Hex color #C40705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40705 is #3BF8FA. Grayscale: #3F3F3F. Windows color (decimal): -3930363 or 329668. OLE color: 329668.

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

Color convert

RGB 196 7 5 -
CMYK 0 0.96 0.97 0.23
HSL 0.63º 0.95% 0.39% -
HSV(B) 0.63º 0.97% 0.77% -
XYZ 22.87 11.9 1.23 -
YUV 63.28 95.12 222.66 -
System Red Green Blue C M Y K H S L
Decimal 196 7 5 0 0.96 0.97 0.23 0.63 0.95 0.39
Hex C4 7 5 0 60 61 17 1 5F 27
Octal 304 7 5 0 140 141 27 1 137 47
Binary 11000100 111 101 0 1100000 1100001 10111 1 1011111 100111

Color Harmonies of #C40705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40705

Black with #C40705

Text Example


Text Example

White with #C40705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40705; }

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

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

background-color css

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

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

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

border-color css

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

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

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