Html Css Color HEX #F5061D Torch Red

📋 copy color: '#F5061D'

red 245 ◦ green 6 ◦ blue 29

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

Shades of Torch Red #F5061D

Tints of Torch Red #F5061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 87.5%
G = 2.14%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5061D (or 0xF5061D) is known color: Torch Red. HEX triplet: F5, 06 and 1D. RGB value is (245,6,29). Sum of RGB (Red+Green+Blue) = 245+6+29=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F5061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5061D is #0AF9E2. Grayscale: #505050. Windows color (decimal): -719331 or 1902325. OLE color: 1902325.

HSL color Cylindrical-coordinate representation of color #F5061D: hue angle of 354.23º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5061D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 6 29 -
CMYK 0 0.98 0.88 0.04
HSL 354.23º 0.95% 0.49% -
HSV(B) 354.23º 0.98% 0.96% -
XYZ 37.94 19.63 2.95 -
YUV 80.08 99.18 245.63 -
System Red Green Blue C M Y K H S L
Decimal 245 6 29 0 0.98 0.88 0.04 354.23 0.95 0.49
Hex F5 6 1D 0 62 58 4 162 5F 31
Octal 365 6 35 0 142 130 4 542 137 61
Binary 11110101 110 11101 0 1100010 1011000 100 101100010 1011111 110001

Color Harmonies of #F5061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5061D

Black with #F5061D

Text Example


Text Example

White with #F5061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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