Html Css Color HEX #F01422 Torch Red

📋 copy color: '#F01422'

red 240 ◦ green 20 ◦ blue 34

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

Shades of Torch Red #F01422

Tints of Torch Red #F01422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.8%

 BLUE value IS 34 (13.67% from 255) = 11.56%

R = 81.63%
G = 6.8%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F01422 (or 0xF01422) is known color: Torch Red. HEX triplet: F0, 14 and 22. RGB value is (240,20,34). Sum of RGB (Red+Green+Blue) = 240+20+34=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F01422 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01422 is #0FEBDD. Grayscale: #575757. Windows color (decimal): -1043422 or 2233584. OLE color: 2233584.

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

Color convert

RGB 240 20 34 -
CMYK 0 0.92 0.86 0.06
HSL 356.18º 0.88% 0.51% -
HSV(B) 356.18º 0.92% 0.94% -
XYZ 36.47 19.14 3.29 -
YUV 87.38 97.89 236.86 -
System Red Green Blue C M Y K H S L
Decimal 240 20 34 0 0.92 0.86 0.06 356.18 0.88 0.51
Hex F0 14 22 0 5C 56 6 164 58 33
Octal 360 24 42 0 134 126 6 544 130 63
Binary 11110000 10100 100010 0 1011100 1010110 110 101100100 1011000 110011

Color Harmonies of #F01422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01422

Black with #F01422

Text Example


Text Example

White with #F01422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01422; }

 p { color: rgb(240,20,34); }

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

background-color css

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

 a { background-color: rgb(240,20,34); }

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

border-color css

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

 span { border-color: rgb(240,20,34); }

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