Html Css Color HEX #F5152A Torch Red

📋 copy color: '#F5152A'

red 245 ◦ green 21 ◦ blue 42

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

Shades of Torch Red #F5152A

Tints of Torch Red #F5152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.82%

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

R = 79.55%
G = 6.82%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5152A (or 0xF5152A) is known color: Torch Red. HEX triplet: F5, 15 and 2A. RGB value is (245,21,42). Sum of RGB (Red+Green+Blue) = 245+21+42=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F5152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5152A is #0AEAD5. Grayscale: #5A5A5A. Windows color (decimal): -715478 or 2758133. OLE color: 2758133.

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

Color convert

RGB 245 21 42 -
CMYK 0 0.91 0.83 0.04
HSL 354.38º 0.92% 0.52% -
HSV(B) 354.38º 0.91% 0.96% -
XYZ 38.34 20.12 4.05 -
YUV 90.37 100.71 238.29 -
System Red Green Blue C M Y K H S L
Decimal 245 21 42 0 0.91 0.83 0.04 354.38 0.92 0.52
Hex F5 15 2A 0 5B 53 4 162 5C 34
Octal 365 25 52 0 133 123 4 542 134 64
Binary 11110101 10101 101010 0 1011011 1010011 100 101100010 1011100 110100

Color Harmonies of #F5152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5152A

Black with #F5152A

Text Example


Text Example

White with #F5152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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