Html Css Color HEX #C40500 Free Speech Red

📋 copy color: '#C40500'

red 196 ◦ green 5 ◦ blue 0

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

Shades of Free Speech Red #C40500

Tints of Free Speech Red #C40500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 97.51%
G = 2.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C40500 (or 0xC40500) is known color: Free Speech Red. HEX triplet: C4, 05 and 00. RGB value is (196,5,0). Sum of RGB (Red+Green+Blue) = 196+5+0=201 (26% of max value = 765). Red value is 196 (76.95% from 255 or 97.51% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 196 - color contains mainly: red. Hex color #C40500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40500 is #3BFAFF. Grayscale: #3D3D3D. Windows color (decimal): -3930880 or 1476. OLE color: 1476.

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

Color convert

RGB 196 5 0 -
CMYK 0 0.97 1 0.23
HSL 1.53º 1% 0.38% -
HSV(B) 1.53º 1% 0.77% -
XYZ 22.82 11.84 1.08 -
YUV 61.54 93.28 223.91 -
System Red Green Blue C M Y K H S L
Decimal 196 5 0 0 0.97 1 0.23 1.53 1 0.38
Hex C4 5 0 0 61 64 17 2 64 26
Octal 304 5 0 0 141 144 27 2 144 46
Binary 11000100 101 0 0 1100001 1100100 10111 10 1100100 100110

Color Harmonies of #C40500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40500

Black with #C40500

Text Example


Text Example

White with #C40500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40500; }

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

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

background-color css

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

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

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

border-color css

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

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

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