Html Css Color HEX #F0121C Torch Red

📋 copy color: '#F0121C'

red 240 ◦ green 18 ◦ blue 28

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

Shades of Torch Red #F0121C

Tints of Torch Red #F0121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 83.92%
G = 6.29%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0121C (or 0xF0121C) is known color: Torch Red. HEX triplet: F0, 12 and 1C. RGB value is (240,18,28). Sum of RGB (Red+Green+Blue) = 240+18+28=286 (37% of max value = 765). Red value is 240 (94.14% from 255 or 83.92% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 240 - color contains mainly: red. Hex color #F0121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0121C is #0FEDE3. Grayscale: #555555. Windows color (decimal): -1043940 or 1839856. OLE color: 1839856.

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

Color convert

RGB 240 18 28 -
CMYK 0 0.92 0.88 0.06
HSL 357.3º 0.88% 0.51% -
HSV(B) 357.3º 0.93% 0.94% -
XYZ 36.36 19.04 2.86 -
YUV 85.52 95.55 238.19 -
System Red Green Blue C M Y K H S L
Decimal 240 18 28 0 0.92 0.88 0.06 357.3 0.88 0.51
Hex F0 12 1C 0 5C 58 6 165 58 33
Octal 360 22 34 0 134 130 6 545 130 63
Binary 11110000 10010 11100 0 1011100 1011000 110 101100101 1011000 110011

Color Harmonies of #F0121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0121C

Black with #F0121C

Text Example


Text Example

White with #F0121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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