Html Css Color HEX #F5052E Torch Red

📋 copy color: '#F5052E'

red 245 ◦ green 5 ◦ blue 46

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

Shades of Torch Red #F5052E

Tints of Torch Red #F5052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 82.77%
G = 1.69%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5052E (or 0xF5052E) is known color: Torch Red. HEX triplet: F5, 05 and 2E. RGB value is (245,5,46). Sum of RGB (Red+Green+Blue) = 245+5+46=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F5052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5052E is #0AFAD1. Grayscale: #515151. Windows color (decimal): -719570 or 3016181. OLE color: 3016181.

HSL color Cylindrical-coordinate representation of color #F5052E: hue angle of 349.75º degrees, saturation: 0.96, 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 #F5052E is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 5 46 -
CMYK 0 0.98 0.81 0.04
HSL 349.75º 0.96% 0.49% -
HSV(B) 349.75º 0.98% 0.96% -
XYZ 38.2 19.72 4.38 -
YUV 81.43 108.01 244.67 -
System Red Green Blue C M Y K H S L
Decimal 245 5 46 0 0.98 0.81 0.04 349.75 0.96 0.49
Hex F5 5 2E 0 62 51 4 15E 60 31
Octal 365 5 56 0 142 121 4 536 140 61
Binary 11110101 101 101110 0 1100010 1010001 100 101011110 1100000 110001

Color Harmonies of #F5052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5052E

Black with #F5052E

Text Example


Text Example

White with #F5052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5052E; }

 p { color: rgb(245,5,46); }

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

background-color css

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

 a { background-color: rgb(245,5,46); }

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

border-color css

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

 span { border-color: rgb(245,5,46); }

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