Html Css Color HEX #F5052A Torch Red

📋 copy color: '#F5052A'

red 245 ◦ green 5 ◦ blue 42

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

Shades of Torch Red #F5052A

Tints of Torch Red #F5052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 83.9%
G = 1.71%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5052A (or 0xF5052A) is known color: Torch Red. HEX triplet: F5, 05 and 2A. RGB value is (245,5,42). Sum of RGB (Red+Green+Blue) = 245+5+42=292 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.90% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 245 - color contains mainly: red. Hex color #F5052A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5052A is #0AFAD5. Grayscale: #515151. Windows color (decimal): -719574 or 2754037. OLE color: 2754037.

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

Color convert

RGB 245 5 42 -
CMYK 0 0.98 0.83 0.04
HSL 350.75º 0.96% 0.49% -
HSV(B) 350.75º 0.98% 0.96% -
XYZ 38.13 19.69 3.98 -
YUV 80.98 106.01 244.99 -
System Red Green Blue C M Y K H S L
Decimal 245 5 42 0 0.98 0.83 0.04 350.75 0.96 0.49
Hex F5 5 2A 0 62 53 4 15F 60 31
Octal 365 5 52 0 142 123 4 537 140 61
Binary 11110101 101 101010 0 1100010 1010011 100 101011111 1100000 110001

Color Harmonies of #F5052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5052A

Black with #F5052A

Text Example


Text Example

White with #F5052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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