Html Css Color HEX #F01822 Torch Red

📋 copy color: '#F01822'

red 240 ◦ green 24 ◦ blue 34

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

Shades of Torch Red #F01822

Tints of Torch Red #F01822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 80.54%
G = 8.05%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F01822 (or 0xF01822) is known color: Torch Red. HEX triplet: F0, 18 and 22. RGB value is (240,24,34). Sum of RGB (Red+Green+Blue) = 240+24+34=298 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.54% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 240 - color contains mainly: red. Hex color #F01822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01822 is #0FE7DD. Grayscale: #595959. Windows color (decimal): -1042398 or 2234608. OLE color: 2234608.

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

Color convert

RGB 240 24 34 -
CMYK 0 0.9 0.86 0.06
HSL 357.22º 0.88% 0.52% -
HSV(B) 357.22º 0.9% 0.94% -
XYZ 36.55 19.29 3.31 -
YUV 89.72 96.56 235.19 -
System Red Green Blue C M Y K H S L
Decimal 240 24 34 0 0.9 0.86 0.06 357.22 0.88 0.52
Hex F0 18 22 0 5A 56 6 165 58 34
Octal 360 30 42 0 132 126 6 545 130 64
Binary 11110000 11000 100010 0 1011010 1010110 110 101100101 1011000 110100

Color Harmonies of #F01822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01822

Black with #F01822

Text Example


Text Example

White with #F01822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01822; }

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

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

background-color css

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

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

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

border-color css

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

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

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