Html Css Color HEX #F5152B Torch Red

📋 copy color: '#F5152B'

red 245 ◦ green 21 ◦ blue 43

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

Shades of Torch Red #F5152B

Tints of Torch Red #F5152B

RGB

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

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

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

R = 79.29%
G = 6.8%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5152B (or 0xF5152B) is known color: Torch Red. HEX triplet: F5, 15 and 2B. RGB value is (245,21,43). Sum of RGB (Red+Green+Blue) = 245+21+43=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F5152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5152B is #0AEAD4. Grayscale: #5A5A5A. Windows color (decimal): -715477 or 2823669. OLE color: 2823669.

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

Color convert

RGB 245 21 43 -
CMYK 0 0.91 0.82 0.04
HSL 354.11º 0.92% 0.52% -
HSV(B) 354.11º 0.91% 0.96% -
XYZ 38.36 20.12 4.15 -
YUV 90.48 101.21 238.21 -
System Red Green Blue C M Y K H S L
Decimal 245 21 43 0 0.91 0.82 0.04 354.11 0.92 0.52
Hex F5 15 2B 0 5B 52 4 162 5C 34
Octal 365 25 53 0 133 122 4 542 134 64
Binary 11110101 10101 101011 0 1011011 1010010 100 101100010 1011100 110100

Color Harmonies of #F5152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5152B

Black with #F5152B

Text Example


Text Example

White with #F5152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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