Html Css Color HEX #F50632 Torch Red

📋 copy color: '#F50632'

red 245 ◦ green 6 ◦ blue 50

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

Shades of Torch Red #F50632

Tints of Torch Red #F50632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 81.4%
G = 1.99%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F50632 (or 0xF50632) is known color: Torch Red. HEX triplet: F5, 06 and 32. RGB value is (245,6,50). Sum of RGB (Red+Green+Blue) = 245+6+50=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F50632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50632 is #0AF9CD. Grayscale: #525252. Windows color (decimal): -719310 or 3278581. OLE color: 3278581.

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

Color convert

RGB 245 6 50 -
CMYK 0 0.98 0.80 0.04
HSL 348.95º 0.95% 0.49% -
HSV(B) 348.95º 0.98% 0.96% -
XYZ 38.3 19.77 4.82 -
YUV 82.48 109.68 243.92 -
System Red Green Blue C M Y K H S L
Decimal 245 6 50 0 0.98 0.80 0.04 348.95 0.95 0.49
Hex F5 6 32 0 62 50 4 15D 5F 31
Octal 365 6 62 0 142 120 4 535 137 61
Binary 11110101 110 110010 0 1100010 1010000 100 101011101 1011111 110001

Color Harmonies of #F50632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50632

Black with #F50632

Text Example


Text Example

White with #F50632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50632; }

 p { color: rgb(245,6,50); }

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

background-color css

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

 a { background-color: rgb(245,6,50); }

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

border-color css

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

 span { border-color: rgb(245,6,50); }

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