Html Css Color HEX #C40200 Free Speech Red

📋 copy color: '#C40200'

red 196 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #C40200

Tints of Free Speech Red #C40200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 98.99%
G = 1.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C40200 (or 0xC40200) is known color: Free Speech Red. HEX triplet: C4, 02 and 00. RGB value is (196,2,0). Sum of RGB (Red+Green+Blue) = 196+2+0=198 (26% of max value = 765). Red value is 196 (76.95% from 255 or 98.99% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 196 - color contains mainly: red. Hex color #C40200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40200 is #3BFDFF. Grayscale: #3B3B3B. Windows color (decimal): -3931648 or 708. OLE color: 708.

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

Color convert

RGB 196 2 0 -
CMYK 0 0.99 1 0.23
HSL 0.61º 1% 0.38% -
HSV(B) 0.61º 1% 0.77% -
XYZ 22.79 11.78 1.07 -
YUV 59.78 94.27 225.16 -
System Red Green Blue C M Y K H S L
Decimal 196 2 0 0 0.99 1 0.23 0.61 1 0.38
Hex C4 2 0 0 63 64 17 1 64 26
Octal 304 2 0 0 143 144 27 1 144 46
Binary 11000100 10 0 0 1100011 1100100 10111 1 1100100 100110

Color Harmonies of #C40200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40200

Black with #C40200

Text Example


Text Example

White with #C40200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40200; }

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

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

background-color css

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

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

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

border-color css

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

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

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