Html Css Color HEX #C40400 Free Speech Red

📋 copy color: '#C40400'

red 196 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #C40400

Tints of Free Speech Red #C40400

RGB

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

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

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

R = 98%
G = 2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C40400 (or 0xC40400) is known color: Free Speech Red. HEX triplet: C4, 04 and 00. RGB value is (196,4,0). Sum of RGB (Red+Green+Blue) = 196+4+0=200 (26% of max value = 765). Red value is 196 (76.95% from 255 or 98% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 196 - color contains mainly: red. Hex color #C40400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40400 is #3BFBFF. Grayscale: #3D3D3D. Windows color (decimal): -3931136 or 1220. OLE color: 1220.

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

Color convert

RGB 196 4 0 -
CMYK 0 0.98 1 0.23
HSL 1.22º 1% 0.38% -
HSV(B) 1.22º 1% 0.77% -
XYZ 22.81 11.82 1.08 -
YUV 60.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 196 4 0 0 0.98 1 0.23 1.22 1 0.38
Hex C4 4 0 0 62 64 17 1 64 26
Octal 304 4 0 0 142 144 27 1 144 46
Binary 11000100 100 0 0 1100010 1100100 10111 1 1100100 100110

Color Harmonies of #C40400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40400

Black with #C40400

Text Example


Text Example

White with #C40400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40400; }

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

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

background-color css

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

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

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

border-color css

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

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

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