Html Css Color HEX #F0051A Torch Red

📋 copy color: '#F0051A'

red 240 ◦ green 5 ◦ blue 26

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

Shades of Torch Red #F0051A

Tints of Torch Red #F0051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 88.56%
G = 1.85%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0051A (or 0xF0051A) is known color: Torch Red. HEX triplet: F0, 05 and 1A. RGB value is (240,5,26). Sum of RGB (Red+Green+Blue) = 240+5+26=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F0051A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0051A is #0FFAE5. Grayscale: #4D4D4D. Windows color (decimal): -1047270 or 1705456. OLE color: 1705456.

HSL color Cylindrical-coordinate representation of color #F0051A: hue angle of 354.64º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0051A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 26 -
CMYK 0 0.98 0.89 0.06
HSL 354.64º 0.96% 0.48% -
HSV(B) 354.64º 0.98% 0.94% -
XYZ 36.18 18.71 2.68 -
YUV 77.66 98.86 243.79 -
System Red Green Blue C M Y K H S L
Decimal 240 5 26 0 0.98 0.89 0.06 354.64 0.96 0.48
Hex F0 5 1A 0 62 59 6 163 60 30
Octal 360 5 32 0 142 131 6 543 140 60
Binary 11110000 101 11010 0 1100010 1011001 110 101100011 1100000 110000

Color Harmonies of #F0051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0051A

Black with #F0051A

Text Example


Text Example

White with #F0051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0051A; }

 p { color: rgb(240,5,26); }

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

background-color css

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

 a { background-color: rgb(240,5,26); }

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

border-color css

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

 span { border-color: rgb(240,5,26); }

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