Html Css Color HEX #F5052B Torch Red

📋 copy color: '#F5052B'

red 245 ◦ green 5 ◦ blue 43

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

Shades of Torch Red #F5052B

Tints of Torch Red #F5052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 83.62%
G = 1.71%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5052B (or 0xF5052B) is known color: Torch Red. HEX triplet: F5, 05 and 2B. RGB value is (245,5,43). Sum of RGB (Red+Green+Blue) = 245+5+43=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F5052B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5052B is #0AFAD4. Grayscale: #515151. Windows color (decimal): -719573 or 2819573. OLE color: 2819573.

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

Color convert

RGB 245 5 43 -
CMYK 0 0.98 0.82 0.04
HSL 350.5º 0.96% 0.49% -
HSV(B) 350.5º 0.98% 0.96% -
XYZ 38.15 19.7 4.08 -
YUV 81.09 106.51 244.91 -
System Red Green Blue C M Y K H S L
Decimal 245 5 43 0 0.98 0.82 0.04 350.5 0.96 0.49
Hex F5 5 2B 0 62 52 4 15E 60 31
Octal 365 5 53 0 142 122 4 536 140 61
Binary 11110101 101 101011 0 1100010 1010010 100 101011110 1100000 110001

Color Harmonies of #F5052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5052B

Black with #F5052B

Text Example


Text Example

White with #F5052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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