Html Css Color HEX #C40F0E Free Speech Red

📋 copy color: '#C40F0E'

red 196 ◦ green 15 ◦ blue 14

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

Shades of Free Speech Red #C40F0E

Tints of Free Speech Red #C40F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.67%

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 87.11%
G = 6.67%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C40F0E (or 0xC40F0E) is known color: Free Speech Red. HEX triplet: C4, 0F and 0E. RGB value is (196,15,14). Sum of RGB (Red+Green+Blue) = 196+15+14=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40F0E is #3BF0F1. Grayscale: #454545. Windows color (decimal): -3928306 or 921540. OLE color: 921540.

HSL color Cylindrical-coordinate representation of color #C40F0E: hue angle of 0.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40F0E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 15 14 -
CMYK 0 0.92 0.93 0.23
HSL 0.33º 0.87% 0.41% -
HSV(B) 0.33º 0.93% 0.77% -
XYZ 23.02 12.11 1.54 -
YUV 69.01 96.97 218.58 -
System Red Green Blue C M Y K H S L
Decimal 196 15 14 0 0.92 0.93 0.23 0.33 0.87 0.41
Hex C4 F E 0 5C 5D 17 0 57 29
Octal 304 17 16 0 134 135 27 0 127 51
Binary 11000100 1111 1110 0 1011100 1011101 10111 0 1010111 101001

Color Harmonies of #C40F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F0E

Black with #C40F0E

Text Example


Text Example

White with #C40F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F0E; }

 p { color: rgb(196,15,14); }

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

background-color css

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

 a { background-color: rgb(196,15,14); }

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

border-color css

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

 span { border-color: rgb(196,15,14); }

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