Html Css Color HEX #F5011D Torch Red

📋 copy color: '#F5011D'

red 245 ◦ green 1 ◦ blue 29

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

Shades of Torch Red #F5011D

Tints of Torch Red #F5011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 89.09%
G = 0.36%
B = 10.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5011D (or 0xF5011D) is known color: Torch Red. HEX triplet: F5, 01 and 1D. RGB value is (245,1,29). Sum of RGB (Red+Green+Blue) = 245+1+29=275 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.09% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 245 - color contains mainly: red. Hex color #F5011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5011D is #0AFEE2. Grayscale: #4D4D4D. Windows color (decimal): -720611 or 1901045. OLE color: 1901045.

HSL color Cylindrical-coordinate representation of color #F5011D: hue angle of 353.11º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5011D is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 29 -
CMYK 0 1.00 0.88 0.04
HSL 353.11º 0.99% 0.48% -
HSV(B) 353.11º 1% 0.96% -
XYZ 37.89 19.52 2.93 -
YUV 77.15 100.84 247.72 -
System Red Green Blue C M Y K H S L
Decimal 245 1 29 0 1.00 0.88 0.04 353.11 0.99 0.48
Hex F5 1 1D 0 64 58 4 161 63 30
Octal 365 1 35 0 144 130 4 541 143 60
Binary 11110101 1 11101 0 1100100 1011000 100 101100001 1100011 110000

Color Harmonies of #F5011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5011D

Black with #F5011D

Text Example


Text Example

White with #F5011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5011D; }

 p { color: rgb(245,1,29); }

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

background-color css

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

 a { background-color: rgb(245,1,29); }

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

border-color css

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

 span { border-color: rgb(245,1,29); }

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