Html Css Color HEX #F5142A Torch Red

📋 copy color: '#F5142A'

red 245 ◦ green 20 ◦ blue 42

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

Shades of Torch Red #F5142A

Tints of Torch Red #F5142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

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

R = 79.8%
G = 6.51%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5142A (or 0xF5142A) is known color: Torch Red. HEX triplet: F5, 14 and 2A. RGB value is (245,20,42). Sum of RGB (Red+Green+Blue) = 245+20+42=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5142A is #0AEBD5. Grayscale: #595959. Windows color (decimal): -715734 or 2757877. OLE color: 2757877.

HSL color Cylindrical-coordinate representation of color #F5142A: hue angle of 354.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5142A is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 20 42 -
CMYK 0 0.92 0.83 0.04
HSL 354.13º 0.92% 0.52% -
HSV(B) 354.13º 0.92% 0.96% -
XYZ 38.32 20.08 4.05 -
YUV 89.78 101.04 238.71 -
System Red Green Blue C M Y K H S L
Decimal 245 20 42 0 0.92 0.83 0.04 354.13 0.92 0.52
Hex F5 14 2A 0 5C 53 4 162 5C 34
Octal 365 24 52 0 134 123 4 542 134 64
Binary 11110101 10100 101010 0 1011100 1010011 100 101100010 1011100 110100

Color Harmonies of #F5142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5142A

Black with #F5142A

Text Example


Text Example

White with #F5142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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