Html Css Color HEX #F0143E Torch Red

📋 copy color: '#F0143E'

red 240 ◦ green 20 ◦ blue 62

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

Shades of Torch Red #F0143E

Tints of Torch Red #F0143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.21%

 BLUE value IS 62 (24.61% from 255) = 19.25%

R = 74.53%
G = 6.21%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0143E (or 0xF0143E) is known color: Torch Red. HEX triplet: F0, 14 and 3E. RGB value is (240,20,62). Sum of RGB (Red+Green+Blue) = 240+20+62=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F0143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0143E is #0FEBC1. Grayscale: #5A5A5A. Windows color (decimal): -1043394 or 4068592. OLE color: 4068592.

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

Color convert

RGB 240 20 62 -
CMYK 0 0.92 0.74 0.06
HSL 348.55º 0.88% 0.51% -
HSV(B) 348.55º 0.92% 0.94% -
XYZ 37.05 19.37 6.34 -
YUV 90.57 111.89 234.58 -
System Red Green Blue C M Y K H S L
Decimal 240 20 62 0 0.92 0.74 0.06 348.55 0.88 0.51
Hex F0 14 3E 0 5C 4A 6 15D 58 33
Octal 360 24 76 0 134 112 6 535 130 63
Binary 11110000 10100 111110 0 1011100 1001010 110 101011101 1011000 110011

Color Harmonies of #F0143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0143E

Black with #F0143E

Text Example


Text Example

White with #F0143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0143E; }

 p { color: rgb(240,20,62); }

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

background-color css

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

 a { background-color: rgb(240,20,62); }

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

border-color css

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

 span { border-color: rgb(240,20,62); }

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