Html Css Color HEX #F50335 Torch Red

📋 copy color: '#F50335'

red 245 ◦ green 3 ◦ blue 53

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

Shades of Torch Red #F50335

Tints of Torch Red #F50335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 81.4%
G = 1%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F50335 (or 0xF50335) is known color: Torch Red. HEX triplet: F5, 03 and 35. RGB value is (245,3,53). Sum of RGB (Red+Green+Blue) = 245+3+53=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F50335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50335 is #0AFCCA. Grayscale: #515151. Windows color (decimal): -720075 or 3474421. OLE color: 3474421.

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

Color convert

RGB 245 3 53 -
CMYK 0 0.99 0.78 0.04
HSL 347.6º 0.98% 0.49% -
HSV(B) 347.6º 0.99% 0.96% -
XYZ 38.33 19.73 5.16 -
YUV 81.06 112.17 244.93 -
System Red Green Blue C M Y K H S L
Decimal 245 3 53 0 0.99 0.78 0.04 347.6 0.98 0.49
Hex F5 3 35 0 63 4E 4 15C 62 31
Octal 365 3 65 0 143 116 4 534 142 61
Binary 11110101 11 110101 0 1100011 1001110 100 101011100 1100010 110001

Color Harmonies of #F50335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50335

Black with #F50335

Text Example


Text Example

White with #F50335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50335; }

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

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

background-color css

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

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

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

border-color css

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

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

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