Html Css Color HEX #F5081B Torch Red

📋 copy color: '#F5081B'

red 245 ◦ green 8 ◦ blue 27

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

Shades of Torch Red #F5081B

Tints of Torch Red #F5081B

RGB

 RED value IS 245 (96.09% from 255) = 87.5%

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 87.5%
G = 2.86%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5081B (or 0xF5081B) is known color: Torch Red. HEX triplet: F5, 08 and 1B. RGB value is (245,8,27). Sum of RGB (Red+Green+Blue) = 245+8+27=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F5081B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5081B is #0AF7E4. Grayscale: #515151. Windows color (decimal): -718821 or 1771765. OLE color: 1771765.

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

Color convert

RGB 245 8 27 -
CMYK 0 0.97 0.89 0.04
HSL 355.19º 0.94% 0.5% -
HSV(B) 355.19º 0.97% 0.96% -
XYZ 37.94 19.67 2.83 -
YUV 81.03 97.52 244.96 -
System Red Green Blue C M Y K H S L
Decimal 245 8 27 0 0.97 0.89 0.04 355.19 0.94 0.5
Hex F5 8 1B 0 61 59 4 163 5E 32
Octal 365 10 33 0 141 131 4 543 136 62
Binary 11110101 1000 11011 0 1100001 1011001 100 101100011 1011110 110010

Color Harmonies of #F5081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5081B

Black with #F5081B

Text Example


Text Example

White with #F5081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5081B; }

 p { color: rgb(245,8,27); }

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

background-color css

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

 a { background-color: rgb(245,8,27); }

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

border-color css

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

 span { border-color: rgb(245,8,27); }

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