Html Css Color HEX #F01224 Torch Red

📋 copy color: '#F01224'

red 240 ◦ green 18 ◦ blue 36

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

Shades of Torch Red #F01224

Tints of Torch Red #F01224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 81.63%
G = 6.12%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F01224 (or 0xF01224) is known color: Torch Red. HEX triplet: F0, 12 and 24. RGB value is (240,18,36). Sum of RGB (Red+Green+Blue) = 240+18+36=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F01224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01224 is #0FEDDB. Grayscale: #565656. Windows color (decimal): -1043932 or 2364144. OLE color: 2364144.

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

Color convert

RGB 240 18 36 -
CMYK 0 0.92 0.85 0.06
HSL 355.14º 0.88% 0.51% -
HSV(B) 355.14º 0.93% 0.94% -
XYZ 36.47 19.09 3.43 -
YUV 86.43 99.55 237.54 -
System Red Green Blue C M Y K H S L
Decimal 240 18 36 0 0.92 0.85 0.06 355.14 0.88 0.51
Hex F0 12 24 0 5C 55 6 163 58 33
Octal 360 22 44 0 134 125 6 543 130 63
Binary 11110000 10010 100100 0 1011100 1010101 110 101100011 1011000 110011

Color Harmonies of #F01224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01224

Black with #F01224

Text Example


Text Example

White with #F01224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01224; }

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

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

background-color css

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

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

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

border-color css

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

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

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