Html Css Color HEX #F0022C Torch Red

📋 copy color: '#F0022C'

red 240 ◦ green 2 ◦ blue 44

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

Shades of Torch Red #F0022C

Tints of Torch Red #F0022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 83.92%
G = 0.7%
B = 15.38%

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

#F0022C (or 0xF0022C) is known color: Torch Red. HEX triplet: F0, 02 and 2C. RGB value is (240,2,44). Sum of RGB (Red+Green+Blue) = 240+2+44=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0022C is #0FFDD3. Grayscale: #4E4E4E. Windows color (decimal): -1048020 or 2884336. OLE color: 2884336.

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

Color convert

RGB 240 2 44 -
CMYK 0 0.99 0.82 0.06
HSL 349.41º 0.98% 0.47% -
HSV(B) 349.41º 0.99% 0.94% -
XYZ 36.41 18.75 4.08 -
YUV 77.95 108.85 243.58 -
System Red Green Blue C M Y K H S L
Decimal 240 2 44 0 0.99 0.82 0.06 349.41 0.98 0.47
Hex F0 2 2C 0 63 52 6 15D 62 2F
Octal 360 2 54 0 143 122 6 535 142 57
Binary 11110000 10 101100 0 1100011 1010010 110 101011101 1100010 101111

Color Harmonies of #F0022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0022C

Black with #F0022C

Text Example


Text Example

White with #F0022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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