Html Css Color HEX #F0051B Torch Red

📋 copy color: '#F0051B'

red 240 ◦ green 5 ◦ blue 27

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

Shades of Torch Red #F0051B

Tints of Torch Red #F0051B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.93%

R = 88.24%
G = 1.84%
B = 9.93%

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

#F0051B (or 0xF0051B) is known color: Torch Red. HEX triplet: F0, 05 and 1B. RGB value is (240,5,27). Sum of RGB (Red+Green+Blue) = 240+5+27=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F0051B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0051B is #0FFAE4. Grayscale: #4D4D4D. Windows color (decimal): -1047269 or 1770992. OLE color: 1770992.

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

Color convert

RGB 240 5 27 -
CMYK 0 0.98 0.89 0.06
HSL 354.38º 0.96% 0.48% -
HSV(B) 354.38º 0.98% 0.94% -
XYZ 36.19 18.71 2.74 -
YUV 77.77 99.36 243.71 -
System Red Green Blue C M Y K H S L
Decimal 240 5 27 0 0.98 0.89 0.06 354.38 0.96 0.48
Hex F0 5 1B 0 62 59 6 162 60 30
Octal 360 5 33 0 142 131 6 542 140 60
Binary 11110000 101 11011 0 1100010 1011001 110 101100010 1100000 110000

Color Harmonies of #F0051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0051B

Black with #F0051B

Text Example


Text Example

White with #F0051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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