Html Css Color HEX #F0022B Torch Red

📋 copy color: '#F0022B'

red 240 ◦ green 2 ◦ blue 43

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

Shades of Torch Red #F0022B

Tints of Torch Red #F0022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 84.21%
G = 0.7%
B = 15.09%

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

#F0022B (or 0xF0022B) is known color: Torch Red. HEX triplet: F0, 02 and 2B. RGB value is (240,2,43). Sum of RGB (Red+Green+Blue) = 240+2+43=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F0022B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0022B is #0FFDD4. Grayscale: #4D4D4D. Windows color (decimal): -1048021 or 2818800. OLE color: 2818800.

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

Color convert

RGB 240 2 43 -
CMYK 0 0.99 0.82 0.06
HSL 349.66º 0.98% 0.47% -
HSV(B) 349.66º 0.99% 0.94% -
XYZ 36.39 18.74 3.99 -
YUV 77.84 108.35 243.67 -
System Red Green Blue C M Y K H S L
Decimal 240 2 43 0 0.99 0.82 0.06 349.66 0.98 0.47
Hex F0 2 2B 0 63 52 6 15E 62 2F
Octal 360 2 53 0 143 122 6 536 142 57
Binary 11110000 10 101011 0 1100011 1010010 110 101011110 1100010 101111

Color Harmonies of #F0022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0022B

Black with #F0022B

Text Example


Text Example

White with #F0022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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