Html Css Color HEX #F50129 Torch Red

📋 copy color: '#F50129'

red 245 ◦ green 1 ◦ blue 41

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

Shades of Torch Red #F50129

Tints of Torch Red #F50129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 85.37%
G = 0.35%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F50129 (or 0xF50129) is known color: Torch Red. HEX triplet: F5, 01 and 29. RGB value is (245,1,41). Sum of RGB (Red+Green+Blue) = 245+1+41=287 (38% of max value = 765). Red value is 245 (96.09% from 255 or 85.37% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 245 - color contains mainly: red. Hex color #F50129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50129 is #0AFED6. Grayscale: #4E4E4E. Windows color (decimal): -720599 or 2687477. OLE color: 2687477.

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

Color convert

RGB 245 1 41 -
CMYK 0 1.00 0.83 0.04
HSL 350.16º 0.99% 0.48% -
HSV(B) 350.16º 1% 0.96% -
XYZ 38.07 19.59 3.87 -
YUV 78.52 106.84 246.75 -
System Red Green Blue C M Y K H S L
Decimal 245 1 41 0 1.00 0.83 0.04 350.16 0.99 0.48
Hex F5 1 29 0 64 53 4 15E 63 30
Octal 365 1 51 0 144 123 4 536 143 60
Binary 11110101 1 101001 0 1100100 1010011 100 101011110 1100011 110000

Color Harmonies of #F50129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50129

Black with #F50129

Text Example


Text Example

White with #F50129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50129; }

 p { color: rgb(245,1,41); }

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

background-color css

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

 a { background-color: rgb(245,1,41); }

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

border-color css

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

 span { border-color: rgb(245,1,41); }

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