Html Css Color HEX #F0022A Torch Red

📋 copy color: '#F0022A'

red 240 ◦ green 2 ◦ blue 42

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

Shades of Torch Red #F0022A

Tints of Torch Red #F0022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 84.51%
G = 0.7%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0022A (or 0xF0022A) is known color: Torch Red. HEX triplet: F0, 02 and 2A. RGB value is (240,2,42). Sum of RGB (Red+Green+Blue) = 240+2+42=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F0022A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0022A is #0FFDD5. Grayscale: #4D4D4D. Windows color (decimal): -1048022 or 2753264. OLE color: 2753264.

HSL color Cylindrical-coordinate representation of color #F0022A: hue angle of 349.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0022A is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 42 -
CMYK 0 0.99 0.82 0.06
HSL 349.92º 0.98% 0.47% -
HSV(B) 349.92º 0.99% 0.94% -
XYZ 36.37 18.74 3.89 -
YUV 77.72 107.85 243.75 -
System Red Green Blue C M Y K H S L
Decimal 240 2 42 0 0.99 0.82 0.06 349.92 0.98 0.47
Hex F0 2 2A 0 63 52 6 15E 62 2F
Octal 360 2 52 0 143 122 6 536 142 57
Binary 11110000 10 101010 0 1100011 1010010 110 101011110 1100010 101111

Color Harmonies of #F0022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0022A

Black with #F0022A

Text Example


Text Example

White with #F0022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0022A; }

 p { color: rgb(240,2,42); }

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

background-color css

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

 a { background-color: rgb(240,2,42); }

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

border-color css

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

 span { border-color: rgb(240,2,42); }

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