Html Css Color HEX #F0021F Torch Red

📋 copy color: '#F0021F'

red 240 ◦ green 2 ◦ blue 31

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

Shades of Torch Red #F0021F

Tints of Torch Red #F0021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 87.91%
G = 0.73%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0021F (or 0xF0021F) is known color: Torch Red. HEX triplet: F0, 02 and 1F. RGB value is (240,2,31). Sum of RGB (Red+Green+Blue) = 240+2+31=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0021F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0021F is #0FFDE0. Grayscale: #4C4C4C. Windows color (decimal): -1048033 or 2032368. OLE color: 2032368.

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

Color convert

RGB 240 2 31 -
CMYK 0 0.99 0.87 0.06
HSL 352.69º 0.98% 0.47% -
HSV(B) 352.69º 0.99% 0.94% -
XYZ 36.2 18.67 2.99 -
YUV 76.47 102.35 244.64 -
System Red Green Blue C M Y K H S L
Decimal 240 2 31 0 0.99 0.87 0.06 352.69 0.98 0.47
Hex F0 2 1F 0 63 57 6 161 62 2F
Octal 360 2 37 0 143 127 6 541 142 57
Binary 11110000 10 11111 0 1100011 1010111 110 101100001 1100010 101111

Color Harmonies of #F0021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0021F

Black with #F0021F

Text Example


Text Example

White with #F0021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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