Html Css Color HEX #F01021 Torch Red

📋 copy color: '#F01021'

red 240 ◦ green 16 ◦ blue 33

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

Shades of Torch Red #F01021

Tints of Torch Red #F01021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

 BLUE value IS 33 (13.28% from 255) = 11.42%

R = 83.04%
G = 5.54%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F01021 (or 0xF01021) is known color: Torch Red. HEX triplet: F0, 10 and 21. RGB value is (240,16,33). Sum of RGB (Red+Green+Blue) = 240+16+33=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F01021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01021 is #0FEFDE. Grayscale: #555555. Windows color (decimal): -1044447 or 2167024. OLE color: 2167024.

HSL color Cylindrical-coordinate representation of color #F01021: hue angle of 355.45º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01021 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 16 33 -
CMYK 0 0.93 0.86 0.06
HSL 355.45º 0.88% 0.5% -
HSV(B) 355.45º 0.93% 0.94% -
XYZ 36.39 19.01 3.19 -
YUV 84.91 98.71 238.62 -
System Red Green Blue C M Y K H S L
Decimal 240 16 33 0 0.93 0.86 0.06 355.45 0.88 0.5
Hex F0 10 21 0 5D 56 6 163 58 32
Octal 360 20 41 0 135 126 6 543 130 62
Binary 11110000 10000 100001 0 1011101 1010110 110 101100011 1011000 110010

Color Harmonies of #F01021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01021

Black with #F01021

Text Example


Text Example

White with #F01021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01021; }

 p { color: rgb(240,16,33); }

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

background-color css

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

 a { background-color: rgb(240,16,33); }

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

border-color css

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

 span { border-color: rgb(240,16,33); }

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