Html Css Color HEX #F01222 Torch Red

📋 copy color: '#F01222'

red 240 ◦ green 18 ◦ blue 34

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

Shades of Torch Red #F01222

Tints of Torch Red #F01222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

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

R = 82.19%
G = 6.16%
B = 11.64%

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

#F01222 (or 0xF01222) is known color: Torch Red. HEX triplet: F0, 12 and 22. RGB value is (240,18,34). Sum of RGB (Red+Green+Blue) = 240+18+34=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F01222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01222 is #0FEDDD. Grayscale: #565656. Windows color (decimal): -1043934 or 2233072. OLE color: 2233072.

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

Color convert

RGB 240 18 34 -
CMYK 0 0.92 0.86 0.06
HSL 355.68º 0.88% 0.51% -
HSV(B) 355.68º 0.93% 0.94% -
XYZ 36.44 19.07 3.27 -
YUV 86.2 98.55 237.7 -
System Red Green Blue C M Y K H S L
Decimal 240 18 34 0 0.92 0.86 0.06 355.68 0.88 0.51
Hex F0 12 22 0 5C 56 6 164 58 33
Octal 360 22 42 0 134 126 6 544 130 63
Binary 11110000 10010 100010 0 1011100 1010110 110 101100100 1011000 110011

Color Harmonies of #F01222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01222

Black with #F01222

Text Example


Text Example

White with #F01222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01222; }

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

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

background-color css

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

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

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

border-color css

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

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

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