Html Css Color HEX #F0022E Torch Red

📋 copy color: '#F0022E'

red 240 ◦ green 2 ◦ blue 46

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

Shades of Torch Red #F0022E

Tints of Torch Red #F0022E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 83.33%
G = 0.69%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0022E (or 0xF0022E) is known color: Torch Red. HEX triplet: F0, 02 and 2E. RGB value is (240,2,46). Sum of RGB (Red+Green+Blue) = 240+2+46=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0022E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0022E is #0FFDD1. Grayscale: #4E4E4E. Windows color (decimal): -1048018 or 3015408. OLE color: 3015408.

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

Color convert

RGB 240 2 46 -
CMYK 0 0.99 0.81 0.06
HSL 348.91º 0.98% 0.47% -
HSV(B) 348.91º 0.99% 0.94% -
XYZ 36.45 18.77 4.29 -
YUV 78.18 109.85 243.42 -
System Red Green Blue C M Y K H S L
Decimal 240 2 46 0 0.99 0.81 0.06 348.91 0.98 0.47
Hex F0 2 2E 0 63 51 6 15D 62 2F
Octal 360 2 56 0 143 121 6 535 142 57
Binary 11110000 10 101110 0 1100011 1010001 110 101011101 1100010 101111

Color Harmonies of #F0022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0022E

Black with #F0022E

Text Example


Text Example

White with #F0022E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0022E; }

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

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

background-color css

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

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

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

border-color css

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

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

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