Html Css Color HEX #F0101C Torch Red

📋 copy color: '#F0101C'

red 240 ◦ green 16 ◦ blue 28

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

Shades of Torch Red #F0101C

Tints of Torch Red #F0101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

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

R = 84.51%
G = 5.63%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0101C (or 0xF0101C) is known color: Torch Red. HEX triplet: F0, 10 and 1C. RGB value is (240,16,28). Sum of RGB (Red+Green+Blue) = 240+16+28=284 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.51% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 240 - color contains mainly: red. Hex color #F0101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0101C is #0FEFE3. Grayscale: #545454. Windows color (decimal): -1044452 or 1839344. OLE color: 1839344.

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

Color convert

RGB 240 16 28 -
CMYK 0 0.93 0.88 0.06
HSL 356.79º 0.88% 0.5% -
HSV(B) 356.79º 0.93% 0.94% -
XYZ 36.33 18.98 2.85 -
YUV 84.34 96.21 239.02 -
System Red Green Blue C M Y K H S L
Decimal 240 16 28 0 0.93 0.88 0.06 356.79 0.88 0.5
Hex F0 10 1C 0 5D 58 6 165 58 32
Octal 360 20 34 0 135 130 6 545 130 62
Binary 11110000 10000 11100 0 1011101 1011000 110 101100101 1011000 110010

Color Harmonies of #F0101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0101C

Black with #F0101C

Text Example


Text Example

White with #F0101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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