Html Css Color HEX #F00C40 Torch Red

📋 copy color: '#F00C40'

red 240 ◦ green 12 ◦ blue 64

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

Shades of Torch Red #F00C40

Tints of Torch Red #F00C40

RGB

 RED value IS 240 (94.14% from 255) = 75.95%

 GREEN value IS 12 (5.08% from 255) = 3.8%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 75.95%
G = 3.8%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F00C40 (or 0xF00C40) is known color: Torch Red. HEX triplet: F0, 0C and 40. RGB value is (240,12,64). Sum of RGB (Red+Green+Blue) = 240+12+64=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00C40 is #0FF3BF. Grayscale: #565656. Windows color (decimal): -1045440 or 4197616. OLE color: 4197616.

HSL color Cylindrical-coordinate representation of color #F00C40: hue angle of 346.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C40 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 12 64 -
CMYK 0 0.95 0.73 0.06
HSL 346.32º 0.9% 0.49% -
HSV(B) 346.32º 0.95% 0.94% -
XYZ 36.99 19.16 6.6 -
YUV 86.1 115.54 237.77 -
System Red Green Blue C M Y K H S L
Decimal 240 12 64 0 0.95 0.73 0.06 346.32 0.9 0.49
Hex F0 C 40 0 5F 49 6 15A 5A 31
Octal 360 14 100 0 137 111 6 532 132 61
Binary 11110000 1100 1000000 0 1011111 1001001 110 101011010 1011010 110001

Color Harmonies of #F00C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00C40

Black with #F00C40

Text Example


Text Example

White with #F00C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00C40; }

 p { color: rgb(240,12,64); }

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

background-color css

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

 a { background-color: rgb(240,12,64); }

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

border-color css

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

 span { border-color: rgb(240,12,64); }

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