Html Css Color HEX #F5183A Torch Red

📋 copy color: '#F5183A'

red 245 ◦ green 24 ◦ blue 58

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

Shades of Torch Red #F5183A

Tints of Torch Red #F5183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 74.92%
G = 7.34%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5183A (or 0xF5183A) is known color: Torch Red. HEX triplet: F5, 18 and 3A. RGB value is (245,24,58). Sum of RGB (Red+Green+Blue) = 245+24+58=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F5183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5183A is #0AE7C5. Grayscale: #5E5E5E. Windows color (decimal): -714694 or 3807477. OLE color: 3807477.

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

Color convert

RGB 245 24 58 -
CMYK 0 0.90 0.76 0.04
HSL 350.77º 0.92% 0.53% -
HSV(B) 350.77º 0.9% 0.96% -
XYZ 38.75 20.37 5.89 -
YUV 93.96 107.72 235.74 -
System Red Green Blue C M Y K H S L
Decimal 245 24 58 0 0.90 0.76 0.04 350.77 0.92 0.53
Hex F5 18 3A 0 5A 4C 4 15F 5C 35
Octal 365 30 72 0 132 114 4 537 134 65
Binary 11110101 11000 111010 0 1011010 1001100 100 101011111 1011100 110101

Color Harmonies of #F5183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5183A

Black with #F5183A

Text Example


Text Example

White with #F5183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5183A; }

 p { color: rgb(245,24,58); }

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

background-color css

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

 a { background-color: rgb(245,24,58); }

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

border-color css

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

 span { border-color: rgb(245,24,58); }

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