Html Css Color HEX #F50324 Torch Red

📋 copy color: '#F50324'

red 245 ◦ green 3 ◦ blue 36

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

Shades of Torch Red #F50324

Tints of Torch Red #F50324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 86.27%
G = 1.06%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F50324 (or 0xF50324) is known color: Torch Red. HEX triplet: F5, 03 and 24. RGB value is (245,3,36). Sum of RGB (Red+Green+Blue) = 245+3+36=284 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.27% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 245 - color contains mainly: red. Hex color #F50324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50324 is #0AFCDB. Grayscale: #4F4F4F. Windows color (decimal): -720092 or 2360309. OLE color: 2360309.

HSL color Cylindrical-coordinate representation of color #F50324: hue angle of 351.82º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50324 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 3 36 -
CMYK 0 0.99 0.85 0.04
HSL 351.82º 0.98% 0.49% -
HSV(B) 351.82º 0.99% 0.96% -
XYZ 38.01 19.6 3.45 -
YUV 79.12 103.67 246.32 -
System Red Green Blue C M Y K H S L
Decimal 245 3 36 0 0.99 0.85 0.04 351.82 0.98 0.49
Hex F5 3 24 0 63 55 4 160 62 31
Octal 365 3 44 0 143 125 4 540 142 61
Binary 11110101 11 100100 0 1100011 1010101 100 101100000 1100010 110001

Color Harmonies of #F50324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50324

Black with #F50324

Text Example


Text Example

White with #F50324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50324; }

 p { color: rgb(245,3,36); }

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

background-color css

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

 a { background-color: rgb(245,3,36); }

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

border-color css

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

 span { border-color: rgb(245,3,36); }

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