Html Css Color HEX #F5183C Torch Red

📋 copy color: '#F5183C'

red 245 ◦ green 24 ◦ blue 60

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

Shades of Torch Red #F5183C

Tints of Torch Red #F5183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 74.47%
G = 7.29%
B = 18.24%

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

#F5183C (or 0xF5183C) is known color: Torch Red. HEX triplet: F5, 18 and 3C. RGB value is (245,24,60). Sum of RGB (Red+Green+Blue) = 245+24+60=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F5183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5183C is #0AE7C3. Grayscale: #5E5E5E. Windows color (decimal): -714692 or 3938549. OLE color: 3938549.

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

Color convert

RGB 245 24 60 -
CMYK 0 0.90 0.76 0.04
HSL 350.23º 0.92% 0.53% -
HSV(B) 350.23º 0.9% 0.96% -
XYZ 38.8 20.39 6.17 -
YUV 94.18 108.72 235.57 -
System Red Green Blue C M Y K H S L
Decimal 245 24 60 0 0.90 0.76 0.04 350.23 0.92 0.53
Hex F5 18 3C 0 5A 4C 4 15E 5C 35
Octal 365 30 74 0 132 114 4 536 134 65
Binary 11110101 11000 111100 0 1011010 1001100 100 101011110 1011100 110101

Color Harmonies of #F5183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5183C

Black with #F5183C

Text Example


Text Example

White with #F5183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5183C; }

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

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

background-color css

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

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

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

border-color css

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

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

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