Html Css Color HEX #F0131C Torch Red

📋 copy color: '#F0131C'

red 240 ◦ green 19 ◦ blue 28

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

Shades of Torch Red #F0131C

Tints of Torch Red #F0131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

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

R = 83.62%
G = 6.62%
B = 9.76%

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

#F0131C (or 0xF0131C) is known color: Torch Red. HEX triplet: F0, 13 and 1C. RGB value is (240,19,28). Sum of RGB (Red+Green+Blue) = 240+19+28=287 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.62% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 240 - color contains mainly: red. Hex color #F0131C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0131C is #0FECE3. Grayscale: #565656. Windows color (decimal): -1043684 or 1840112. OLE color: 1840112.

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

Color convert

RGB 240 19 28 -
CMYK 0 0.92 0.88 0.06
HSL 357.56º 0.88% 0.51% -
HSV(B) 357.56º 0.92% 0.94% -
XYZ 36.38 19.07 2.86 -
YUV 86.11 95.22 237.77 -
System Red Green Blue C M Y K H S L
Decimal 240 19 28 0 0.92 0.88 0.06 357.56 0.88 0.51
Hex F0 13 1C 0 5C 58 6 166 58 33
Octal 360 23 34 0 134 130 6 546 130 63
Binary 11110000 10011 11100 0 1011100 1011000 110 101100110 1011000 110011

Color Harmonies of #F0131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0131C

Black with #F0131C

Text Example


Text Example

White with #F0131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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