Html Css Color HEX #C40703 Free Speech Red

📋 copy color: '#C40703'

red 196 ◦ green 7 ◦ blue 3

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

Shades of Free Speech Red #C40703

Tints of Free Speech Red #C40703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.46%

R = 95.15%
G = 3.4%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C40703 (or 0xC40703) is known color: Free Speech Red. HEX triplet: C4, 07 and 03. RGB value is (196,7,3). Sum of RGB (Red+Green+Blue) = 196+7+3=206 (27% of max value = 765). Red value is 196 (76.95% from 255 or 95.15% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 196 - color contains mainly: red. Hex color #C40703 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40703 is #3BF8FC. Grayscale: #3F3F3F. Windows color (decimal): -3930365 or 198596. OLE color: 198596.

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

Color convert

RGB 196 7 3 -
CMYK 0 0.96 0.98 0.23
HSL 1.24º 0.97% 0.39% -
HSV(B) 1.24º 0.98% 0.77% -
XYZ 22.86 11.89 1.18 -
YUV 63.06 94.12 222.83 -
System Red Green Blue C M Y K H S L
Decimal 196 7 3 0 0.96 0.98 0.23 1.24 0.97 0.39
Hex C4 7 3 0 60 62 17 1 61 27
Octal 304 7 3 0 140 142 27 1 141 47
Binary 11000100 111 11 0 1100000 1100010 10111 1 1100001 100111

Color Harmonies of #C40703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40703

Black with #C40703

Text Example


Text Example

White with #C40703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40703; }

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

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

background-color css

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

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

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

border-color css

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

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

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