Html Css Color HEX #F0143D Torch Red

📋 copy color: '#F0143D'

red 240 ◦ green 20 ◦ blue 61

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

Shades of Torch Red #F0143D

Tints of Torch Red #F0143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19%

R = 74.77%
G = 6.23%
B = 19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0143D (or 0xF0143D) is known color: Torch Red. HEX triplet: F0, 14 and 3D. RGB value is (240,20,61). Sum of RGB (Red+Green+Blue) = 240+20+61=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0143D is #0FEBC2. Grayscale: #5A5A5A. Windows color (decimal): -1043395 or 4003056. OLE color: 4003056.

HSL color Cylindrical-coordinate representation of color #F0143D: hue angle of 348.82º 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 #F0143D is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 61 -
CMYK 0 0.92 0.75 0.06
HSL 348.82º 0.88% 0.51% -
HSV(B) 348.82º 0.92% 0.94% -
XYZ 37.03 19.36 6.2 -
YUV 90.45 111.39 234.67 -
System Red Green Blue C M Y K H S L
Decimal 240 20 61 0 0.92 0.75 0.06 348.82 0.88 0.51
Hex F0 14 3D 0 5C 4B 6 15D 58 33
Octal 360 24 75 0 134 113 6 535 130 63
Binary 11110000 10100 111101 0 1011100 1001011 110 101011101 1011000 110011

Color Harmonies of #F0143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0143D

Black with #F0143D

Text Example


Text Example

White with #F0143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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