Html Css Color HEX #F01540 Torch Red

📋 copy color: '#F01540'

red 240 ◦ green 21 ◦ blue 64

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

Shades of Torch Red #F01540

Tints of Torch Red #F01540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.46%

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

R = 73.85%
G = 6.46%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F01540 (or 0xF01540) is known color: Torch Red. HEX triplet: F0, 15 and 40. RGB value is (240,21,64). Sum of RGB (Red+Green+Blue) = 240+21+64=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F01540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01540 is #0FEABF. Grayscale: #5B5B5B. Windows color (decimal): -1043136 or 4199920. OLE color: 4199920.

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

Color convert

RGB 240 21 64 -
CMYK 0 0.91 0.73 0.06
HSL 348.22º 0.88% 0.51% -
HSV(B) 348.22º 0.91% 0.94% -
XYZ 37.13 19.43 6.64 -
YUV 91.38 112.55 234 -
System Red Green Blue C M Y K H S L
Decimal 240 21 64 0 0.91 0.73 0.06 348.22 0.88 0.51
Hex F0 15 40 0 5B 49 6 15C 58 33
Octal 360 25 100 0 133 111 6 534 130 63
Binary 11110000 10101 1000000 0 1011011 1001001 110 101011100 1011000 110011

Color Harmonies of #F01540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01540

Black with #F01540

Text Example


Text Example

White with #F01540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01540; }

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

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

background-color css

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

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

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

border-color css

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

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

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